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

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -