What C++ library to use to write a cross-platform service/daemon?

sorin picture sorin · Apr 18, 2010 · Viewed 7.2k times · Source

I wonder what library would ease the development of a cross-platform service/daemon ? (C/C++)

I'm targeting: Windows, Linux and OS X. Requirements: network operations and serial port communication.

Also it would be nice to have a basic sample service application.

Answer

aleksandar sasha babic picture aleksandar sasha babic · May 12, 2010

When it comes to Qt you might try qt-service.