Added badges

This commit is contained in:
Daniel Brunner
2018-10-05 12:44:42 +02:00
parent b422b564a9
commit ea35325d12

View File

@@ -1,7 +1,9 @@
# DbSerialServer
Makes a local serial port accessible by listening on a tcp port and forwarding all traffic in both directions.
# Building from source
[![Build Status](https://travis-ci.org/0xFEEDC0DE64/DbSerialServer.svg?branch=master)](https://travis-ci.org/0xFEEDC0DE64/DbSerialServer) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f700d27ff3034879ac865cc7c8151e77)](https://www.codacy.com/app/0xFEEDC0DE64/DbSerialServer?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbSerialServer&utm_campaign=Badge_Grade)
## Building from source
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
```Shell