mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-01-02 19:26:50 +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)
|