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

@@ -9,7 +9,7 @@ from ctypes import *
import _ctypes
from textwrap import wrap
broker = "192.168.2.16"
broker = "127.0.0.1"
client = paho.Client()
port = 1883

0
infidel-code/py_wrappers/python_Connector.py Normal file → Executable file
View File