ralphlange / procServ

Wrapper to start arbitrary interactive commands in the background, with telnet or Unix domain socket access to stdin/stdout
GNU General Public License v3.0
23 stars 23 forks source link

Store and replay the last 25 output messages on incoming log and control connections. #20

Closed gitwart closed 10 months ago

gitwart commented 6 years ago

Requires boost development package to build, due to the use of boost::circular_buffer

ralphlange commented 6 years ago

How does that affect portability (Mac, Windows)?

gitwart commented 6 years ago

I do not have access to a Mac, Windows dev box, so I would need someone else to test on those platforms.

ralphlange commented 6 years ago

I have access to a Windows box, and I know someone who knows how to spell Apple...

ralphlange commented 6 years ago

Generally, Boost should be available.

ralphlange commented 6 years ago

Hey - the Apple CI build worked out of the box!

gitwart commented 10 months ago

Superseded by #61