2022-02-01 23:45:47 +07:00
|
|
|
# NTRU IoT Infidel
|
|
|
|
|
|
|
|
|
|
### Build
|
|
|
|
|
|
2022-03-27 16:05:40 +07:00
|
|
|
make all
|
2022-02-01 23:45:47 +07:00
|
|
|
|
|
|
|
|
### Shared Object Connector to Python Wrapper
|
|
|
|
|
|
|
|
|
|
python3 py-wrappers/python_Connector.py
|
|
|
|
|
|
|
|
|
|
### Test Runnner
|
|
|
|
|
|
2022-03-27 16:05:40 +07:00
|
|
|
* 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 23:45:47 +07:00
|
|
|
|
2022-03-27 16:05:40 +07:00
|
|
|

|
2022-02-01 23:45:47 +07:00
|
|
|
|