@KMatle
Yes, I am sending a String via the Sigfox network.
The Sigfox Callback sends to my server: "
https://majorparallelogram1.dedicated.co.za:17178/id={device}&time={time}&key1={data}"
I can see my data arriving on the Sigfox Backend.
When I run the example in your above link on my server, I see the "Disconnected" changes to "Connected".
This tells me the Sigfox Callback is connecting to the B4J Example app running on my server.
I will have numerous devices sending data string to my server.
I am just concerned that if one device connects, no other devices will be accepted during that connection.