Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Network remote control
Re: Network remote control [message #46546 is a reply to message #46544] Sun, 22 May 2016 13:27 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Infausto

Using Skylark and GUI together seems to become an FAQ Smile I already tried to figure out an answer a while back, when someone else asked, see this thread from 2012. Some hints might be also in this one from 2013.

Aside from the skylark solution, there is many other more or less hacky ways to remotly control an application. You could for example use simple http server (e.g. nginx) to upload files with instructions to machine where the application runs. The application would then just monitor the location for new files and interpret the commands (using e.g. inotify, if you want to avoid polling). This would be quite a lot of a hack, but really easy to do.

Or, less hackish one: you can simply create a thread listening on specific port and pass the commands to gui thread using callbacks.

Best regards,
Honza
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: errors re strings
Next Topic: ProtectServer and SMTP setting
Goto Forum:
  


Current Time: Mon May 13 21:43:38 CEST 2024

Total time taken to generate the page: 0.02532 seconds