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 - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

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