Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Releases: BostonUniversitySeniorDesign/2020-sensor-miniproject

time interval example, add more complete client-server test

15 Sep 04:29
56e488b
Compare
Choose a tag to compare

put CLI in module, add server/client test

09 Sep 16:39
28e38c9
Compare
Choose a tag to compare

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

06 Sep 08:29
55a89c4
Compare
Choose a tag to compare
  • 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

04 Sep 18:15
1a788fd
Compare
Choose a tag to compare
v1.0.0

doc