Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/zmqer
demo project for testing out zmq
https://github.com/wisehackermonkey/zmqer
Last synced: 2 days ago
JSON representation
demo project for testing out zmq
- Host: GitHub
- URL: https://github.com/wisehackermonkey/zmqer
- Owner: wisehackermonkey
- License: mit
- Created: 2020-09-28T04:36:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T05:47:04.000Z (over 4 years ago)
- Last Synced: 2024-11-10T12:44:10.360Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zmqer
### demo project for testing out zmq
```
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20200927
```### Simple project to test zmq and have some fun with nose unit testing
### goal
```
setup zmq
send data from rpi
current tempature of cpu
or current time
takes keyboard input
on pc write data to a filesetup github action to test the code before commit
```