Jiri Kuthan writes:
I know that SER has fifo on server. Is there some trivial way to use it from a remote machine?
I recall that Juha (cc) wrote a remote wrapper but do not recall its status unfortunately.
yes, there is a fifo server implementation in utils/fifo_relay directory. it listens fifo commands coming from remote hosts over tcp and forwards them to ser. in order to use it, you need to implement a client that sends fifo requests to the server.
-- juha