-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Servio Palacios edited this page Feb 1, 2019
·
10 revisions
Welcome to the FieldWorkApp wiki!
- A web app monitor
- Eventually consistent.
- Include Field operations to-and-from the OADA-API.
- Scalable to multiple peers.
- Real-time updates via WebSockets.
- User-friendly and intuitive interface.
The FieldWorkApp is a web app to monitor (and eventually consistent) the field operations status to-and-from OADA API.
- Connects to an OADA compatible backend.
- Manages fields (creation and edition).
- Manages Operations on top of the fields. The FWA defines a status of the field in the operation.
- Updates in real-time all connected devices.
- Monitors progress among devices and fields.
Components:
- WebSockets [1]: Interactive communication session between the user's browser and a server.
- Oada Cache Library [2]: Framework that connects directly to the database/processing engine.
- Fields-module [3]: Fields Module host in an OADA-compliant server.
- [1] https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API
- [2] https://www.npmjs.com/package/@oada/oada-cache
- [3] https://www.npmjs.com/package/@oada/fields-module
© OpenATK