简体   繁体   中英

Web Portals vs Mobile Application Development

I am working to create a web portal using a closed network. We are using GPS to map people's movement with hardware devices. We do not want to use cellular connections and want to keep it in a closed network.

We are going to use a back end database that connects the devices to a tracking system and aggregates all the GPS locations to show on one GPS map.

This seems very simple in comparison to the use of a mobile application since everyone will be using their cell phones to monitor the device location pins.

What are some options for connecting the web portal to the database and filtering that information to the web portal?

Would a mobile application work better?

write web-services that will communicate between web-database and mobile apps. So mobile apps can post the GPS data (latitude,longitude) to the backend web database. for communication from ioS apps, Refer: How to do basic http in IOS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM