This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
Releases: BostonUniversitySeniorDesign/2020-sensor-miniproject
Releases · BostonUniversitySeniorDesign/2020-sensor-miniproject
time interval example, add more complete client-server test
put CLI in module, add server/client test
Subsume CLI inside module. This allows running from any directory. Run like:
python -m sp_iotsim.server
python -m sp_iotsim.client
Selftest: add server / client test
bugfix and enhancements
- BUGFIX: don't feed numpy.ndarray into asyncio.sleep. This was only an issue on MacOS with Python 3.8, but was incorrect in any case.
- modularize code, allowing use of high-level asyncio.run
- server: close connections cleanly when client disappears
initial release
v1.0.0 doc