ping-python
ping-python copied to clipboard
Interface improvements
- [x] added alternate constructors
from_serialandfrom_udpthat combine instance creation and connection - [x] added
__enter__and__exit__methods to allow using in a context manager (initializeon entry,closeconnection on exit) - [ ] change each device to only care about its relevant messages
- [x] changed global message definitions to integer enums, for grouping and scoping access
- [ ] change parser to parse using input message set
- [ ] define device-specific message sets
- [ ] add
examples/simplePing360Example.py - [ ] add
tools/ping360-simulation.pyscript - [ ] fix #57
- [ ] fix #60
- [ ] fix #88, fix #99
- [ ] fix #89
- [ ] fix #90
- [ ] fix #119
- [ ] fix #125
- [ ] fix #122
- [ ] fix #141
- [ ] rebase
setup.pyupdate to the end