webapp-hardware-bridge
webapp-hardware-bridge copied to clipboard
Run service app on diferent PC
Hi I'm trying to get printing to work from a device other than the one on which the JAVA app is installed. Unfortunately, no luck. Is that even possible? My goal is multiple Android devices that will print to a single Windows handler.
Did you have any luck with this?
I'm trying a similar thing, where I want to print some labels from a webpage. The webpage is used to record items prepared for a delivery. This is entered on browsers on a mobile phone. Ideally I'd like to just press a single button and have the label printed without any other user interaction.
I will try to setup this bridge on a PC which will have the label printer attached.
You may need to custom build this app and remove the localhost binding from the server so that it accepts connection over the network.
In the configurator
/webapp-hardware-bridge/out/artifacts/
java -cp webapp-hardware-bridge.jar tigerworkshop.webapphardwarebridge.Configurator
Change the "Bind" property to "0.0.0.0" This means it will accept all traffic