Hi Martin,
similar to FIFO interface, there is a UNIX socket one. Also I saw posted recently a patch for UDP/TCP sockets, but haven't tried yet.
Best regards, Marian
Martin Rusnak wrote:
Dear all,
I would like to connect my web portal based on java technology with the ser daemon in order to provide some administration functionality. The solution would be to use FIFO interface, but it has two major disadvantages:
- The portal might be deployed on different host.
- Although Java can communicate via FIFO pipeline, it cannot create a new pilepine.
Is there any possibility to manage ser daemon remotely via a socket interface?
Thanks, Martin