Posts by Francisco Carlos • 45 points
2 posts
-
2
votes1
answer556
viewsQ: Open application in the background in C - Linux
I am programming a watchdog for my system, at the beginning of the code I need to run the application in the background, for this I use the command: system(". /meuprogram&"); But the program…
-
2
votes1
answer609
viewsQ: C socket - Client-server connection test (Linux)
I’m working with sockets in embedded system communication. I create a thread to handle the connection, but as my system uses Wi-Fi connection I need to perform some way a connection test before…