C libraries for socat Linux -


i want establish connection between linux pc (ubuntu 12.04) , tty-device. want implement in c , searching libraries socat. couldn't find any.

do know, can find some?

thanks lot,

florian

you cannot find socat libraries because there none. socat implemented monolithic executable (it link standard system libraries though). can download socat sources , copy-paste required functionality.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -