I have server desktop apps that needs to talk to an Android tablets. The server apps record weights, tag numbers from devices at work stations on the factory floor. The factory is a clean environment so cannot put PCs on the floor.
I need to display user feedback like weight, tag number, status to the users, so the thinking is to use ruggedised android tablets for this (I considered R-Pi3 and monitor,but too much effort and not rugged enough). It means that the server apps need to push info to the tablet for display only. I would like to keep the tablet deployment free as far as possible. Not wanting to install an app if it can be helped.
So the idea is to create a webpage on the server that displays all the work stations after the tablet powers up. Then the user selects that link corresponding to that work station/function and the relevant webpage opens. This webpage will use websockets/SignalR to receive realtime info from the server apps. Must not have to poll.
The server apps are done (in C#), but the tablets as remote displays need to be done. So likely some HTML/JS and maybe some C# work.
Anyone interested in helping? Freelancers and night-time workers welcome. If needed you only need to do one and then I can copy/paste for the other functions (each display is different).
I need to display user feedback like weight, tag number, status to the users, so the thinking is to use ruggedised android tablets for this (I considered R-Pi3 and monitor,but too much effort and not rugged enough). It means that the server apps need to push info to the tablet for display only. I would like to keep the tablet deployment free as far as possible. Not wanting to install an app if it can be helped.
So the idea is to create a webpage on the server that displays all the work stations after the tablet powers up. Then the user selects that link corresponding to that work station/function and the relevant webpage opens. This webpage will use websockets/SignalR to receive realtime info from the server apps. Must not have to poll.
The server apps are done (in C#), but the tablets as remote displays need to be done. So likely some HTML/JS and maybe some C# work.
Anyone interested in helping? Freelancers and night-time workers welcome. If needed you only need to do one and then I can copy/paste for the other functions (each display is different).