java - How to broadcast a database present on a mobile through LAN? -


i have database single table named sensors on android mobile, being continuously updated real time sensor readings.

i want make web server on mobile can read these readings (database) computer on lan entering mobile's ip.

is approach correct? if so, please guide me how acheive this.

you should other way around.

let other computer server static local ip , make mobile app send data periodically via post request server.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -