Good day.
We are working on a IoT project. Our objective is to make our own board for some tools that we are developing. Right now we are selecting what WiFi module best suite our needs. One part of the team suggest to use Web Sockets but apparently the RN171-I/RM doesn´t support this or there is not available libraries for that. There is libraries for web Sockets for these modules.
Other option is to send JSON files to an API and not to create a web socket connection. Maybe just to send the JSON as a PATCH and process on the api. This will be a simpler solution?
What are the better solutions right now for this kind of IoT approach?