Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 928
sorin Avatar asked Apr 18 '10 20:04

sorin


1 Answers

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

like image 153
aleksandar sasha babic Avatar answered Sep 23 '22 11:09

aleksandar sasha babic