Building Blockchain Apps: https://www.buildingblockchainapps.com/
Rust and WebAssembly on the server-side: https://www.secondstate.io/ssvm/
Building Blockchain Apps: https://www.buildingblockchainapps.com/
Rust and WebAssembly on the server-side: https://www.secondstate.io/ssvm/
Originally posted by Ryan Chai:
in push registry, when we download the midlet via OTA, we will also publish our ip address to the server side app. of course we can't guarantee that our connection is always ON and using the same ip. let's say our connection is lost and a new ip is assigned to our device, will the AMS detect this change and automatically publish this new ip to the server app OR we can write a code segnment to do that??
since according to SUN, we are able do push through Http,datagram and socket and by publishing our ip, the server app can send 'alert' to the device, of course they had thought of this right?
Building Blockchain Apps: https://www.buildingblockchainapps.com/
Rust and WebAssembly on the server-side: https://www.secondstate.io/ssvm/
kubilay akgul wrote:Hi,
It is possible to make a socket connection to a MIDP2.0 device with Push functionality. I have tried it on a Nokia 6600 and it works. The only problem you may have at this connection is some Operators do not allow inbound network connections towards mobile devices of GPRS network in their firewall.