Improvement

* Added all make option to Makefile
* Added broker and subscriber setup on readme.md
This commit is contained in:
infidel
2022-03-27 16:05:40 +07:00
parent 7009cb27c4
commit 3f2913bb02
16 changed files with 9 additions and 8 deletions

View File

@@ -2,9 +2,7 @@
### Build
make test_401_full
make test_593_full
make test_593_full
make all
### Shared Object Connector to Python Wrapper
@@ -12,7 +10,9 @@
### Test Runnner
./runner.sh
* 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
![Runner](http://192.168.2.34/infidel/NTRU_IoT/raw/branch/master/assets/runner.png)
![Runner](https://git.nnag.me/infidel/NTRU_IoT/raw/branch/master/assets/runner.png)