API to send/receive bugOne messages througt serial port or tcp mux
Project description
# bugOne Python package #
Simple package to interact with a bugNet. You can use both serial port
sniffer or a mux serial port.
The package provides a packet dumper
```
bugone-dumper:
usage : bugone-dumper [-c host] [-s serial port] [-d hex|log|print]
Diplay packet bugNet received in an human readable format
```
Example:
```
jkx@home0 ~/> bugone-dumper -c myserver -d log
Thu Mar 23 09:16:40 2017 => Message [65079] from 33 to 255
- (33.1) -> (255.41) = 344
- (33.2) -> (255.41) = 196
Thu Mar 23 09:16:48 2017 => Message [21330] from 22 to 255
- (22.1) -> (255.41) = 352
- (22.2) -> (255.41) = 190
- (22.3) -> (255.41) = 491
```
## Install ##
To install simply use pip
```shell
pip install bugone
```
## Links ##
* [PyPI Entry](https://pypi.python.org/pypi/bugone/)
* [bugOne git](https://github.com/jkx/DIY-Wireless-Bug)
* [DIY Wireless Bug](http://dwb.ilhost.fr/)
* [mux_serial](https://github.com/marcelomd/mux_serial)
Simple package to interact with a bugNet. You can use both serial port
sniffer or a mux serial port.
The package provides a packet dumper
```
bugone-dumper:
usage : bugone-dumper [-c host] [-s serial port] [-d hex|log|print]
Diplay packet bugNet received in an human readable format
```
Example:
```
jkx@home0 ~/> bugone-dumper -c myserver -d log
Thu Mar 23 09:16:40 2017 => Message [65079] from 33 to 255
- (33.1) -> (255.41) = 344
- (33.2) -> (255.41) = 196
Thu Mar 23 09:16:48 2017 => Message [21330] from 22 to 255
- (22.1) -> (255.41) = 352
- (22.2) -> (255.41) = 190
- (22.3) -> (255.41) = 491
```
## Install ##
To install simply use pip
```shell
pip install bugone
```
## Links ##
* [PyPI Entry](https://pypi.python.org/pypi/bugone/)
* [bugOne git](https://github.com/jkx/DIY-Wireless-Bug)
* [DIY Wireless Bug](http://dwb.ilhost.fr/)
* [mux_serial](https://github.com/marcelomd/mux_serial)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bugone-0.8b0.tar.gz
(5.9 kB
view details)
File details
Details for the file bugone-0.8b0.tar.gz
.
File metadata
- Download URL: bugone-0.8b0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dfd54abc0df058ef9d0ad67652261ef4322abdddc96b65c4c11a1e0f1cf3da1 |
|
MD5 | 022269004b5a987436e29cc72b70548b |
|
BLAKE2b-256 | 40426304048325ba4d5ef9d33a0c5fcb8becc65f53807649daab293985329db6 |