Can the starterkit connect to any public tcp endpoint or only to the iotcreators endpoint?
-
Also, is Cat-M1 & 2G available for the iotcreators sim cards?
-
You can only send traffic to our server and we can help you with the HTTP integration to your environment.
2G and LTE-M are accessible. Pls use APN m2m.public.nl and you’ll get a public IP address. By doing this, you can send data to any destination.
-
@afzal_m said in Can the starterkit connect to any public tcp endpoint or only to the iotcreators endpoint?:
You can only send traffic to our server and we can help you with the HTTP integration to your environment.
Thank you for your help.
I don’t fully understand the first part of your response, so can I send data to any destination?
In which case does the first part (“You can only send traffic to our server and we can help you with the HTTP integration to your environment.”) of your statement apply? Only if the APN isn’t “m2m.public.nl”? -
For NB-IoT we have an UDP adapter. So with NB-IoT you’ll need to use APN cdp.iot.t-mobile.nl which will allow you to send device data to 172.27.131.100.
To retrieve the device data in your back-end/cloud server/iot platform, you’ll need to create an HTTP integration.
If you use the sim-card for LTE-M or 2G, you’ll need another APN: m2m.public.nl. By doing this, the device will get a public IP address just like any other device on the open internet. This means that you can send device data directly to your own server while using LTE-M or 2G.
Hope this helps!