Skip to content

Commit

Permalink
Rename dc-07 to dc-09
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Aug 4, 2020
1 parent b2990bc commit 6e2b78e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# py-sia-dc-07
# py-sia-dc-09

A simple Python script that listens on a given TCP ip/port and awaits messages from a SIA DC-07 protocol supported device.
A simple Python script that listens on a given TCP ip/port and awaits messages from a SIA DC-09 (basic) protocol supported device.

The script will handle all device communication with the supported device.

Expand Down Expand Up @@ -38,7 +38,7 @@ _Note:_ If the line or reciever number is not provided, it will be set to `0`.
You can install the package via Git and the dependencies via pip. You'll need to configure the `.env` file too:

```bash
git clone https://github.com/CreepPork/py-sia-dc-07
git clone https://github.com/CreepPork/py-sia-dc-09
pip install -r ./requirements.txt
cp .env.example .env
```
Expand All @@ -56,7 +56,7 @@ If you discover any security related issues, please email security@garkaklis.com
## Credits

- [Ralfs Garkaklis](https://github.com/CreepPork)
- [All Contributors](https://github.com/CreepPork/py-sia-dc-07/contributors)
- [All Contributors](https://github.com/CreepPork/py-sia-dc-09/contributors)

## License

Expand Down

0 comments on commit 6e2b78e

Please sign in to comment.