NTRU_IoT/infidel-code/README.md

19 lines
453 B
Markdown
Raw Normal View History

2022-02-01 11:45:47 -05:00
# NTRU IoT Infidel
### Build
make all
2022-02-01 11:45:47 -05:00
### Shared Object Connector to Python Wrapper
python3 py-wrappers/python_Connector.py
### Test Runnner
* Setup a mosquitto broker on target machine as example on 127.0.0.1
* Run a mosquitto subscriber or any MQTT subscriber pointing to MQTT broker at 127.0.0.1 and subsriber to 'device01/msg' topic
* ./runner.sh
2022-02-01 11:45:47 -05:00
![Runner](https://git.nnag.me/infidel/NTRU_IoT/raw/branch/master/assets/runner.png)
2022-02-01 11:45:47 -05:00