webapp-hardware-bridge icon indicating copy to clipboard operation
webapp-hardware-bridge copied to clipboard

Run service app on diferent PC

Open Scorpio256 opened this issue 4 years ago • 3 comments

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.

Scorpio256 avatar Nov 16 '20 09:11 Scorpio256

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.

MatthK avatar Jan 22 '21 07:01 MatthK

You may need to custom build this app and remove the localhost binding from the server so that it accepts connection over the network.

thaveedu avatar Mar 27 '21 11:03 thaveedu

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

FractalMind avatar Apr 03 '21 02:04 FractalMind