I have a project to create a point of sale system, which in each table in a restaurant will have a tablet. The idea is this tablet will communicate to the kitchen interface and send customer's order directly to the kitchen. I'm planning to use HTML 5 and phonegap for the tablet.
My question is:
- How can I connect each tablet to the kitchen interface? is it possible to send information over the wifi? Do I need a hub or router?
- I have seen API such as e-thor and square register, can I use those API to build this system?
- Is it possible to customize the tablet so it can only open the app?
Thanks, any answer would be appreciated.