mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-30 17:57:03 +00:00
7 lines
183 B
Python
7 lines
183 B
Python
# Example 8a: Creating a Client
|
|
|
|
from openmtc_onem2m.client.http import OneM2MHTTPClient
|
|
|
|
# create a OneM2MHTTPClient object
|
|
client = OneM2MHTTPClient("http://localhost:8000", False)
|