Am Mittwoch, 27. Juli 2016 07:11:24 UTC+2 schrieb William Hermans: > > Additionally you may wish to start reading about, and understanding what a > "web appliance" *is*. >
Didn't you read the initial post? This isn't the issue here. The Question is Device should be controlled via Web interface. Control includes simple > configuration > (few tens parameters), collection of logs, statuses, alarms and simple > statistics. > @ivbsd1 Can I develop on Windows or Linux host, or it must be on BBB? But BBB does > not have graphical device... You develop a normal GTK application, on any host/OS. In order to run it as a web interface, compile on BBB, start the broadwayd and set environ variable GDK_BACKEND=broadway before starting the application. The application then doesn't use the (nor need a) local screen/keyboard. Instead it waits for a web connection to port 8080. Once you open a browser window on that port, this window is used as remote screen/keyboard for the GTK application. BR -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f10d82df-d0c8-422d-bec1-4524d2850b04%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
