10 lines
206 B
Markdown
10 lines
206 B
Markdown
# nbiot-interface
|
|
|
|
The NB-IoT interface for the CRM 3000 protocol
|
|
|
|
```
|
|
curl -i -X POST https://nbiot.mtinfo3000.com \
|
|
-H "Content-Type: text/json" \
|
|
--data-binary "@internal/cdp/testdata/data.json"
|
|
```
|