tree: a7b45c567424b1b796ccb2db51e8b633ffe36b63 [path history] [tgz]
  1. minimal-raw-adopt-tcp/
  2. minimal-raw-adopt-udp/
  3. minimal-raw-file/
  4. minimal-raw-netcat/
  5. minimal-raw-vhost/
  6. README.md
minimal-examples/raw/README.md
namedemonstrates
minimal-raw-adopt-tcpShows how to have lws adopt an existing tcp socket something else had connected
minimal-raw-adopt-udpShows how to create a udp socket and read and write on it
minimal-raw-fileShows how to adopt a file descriptor (device node, fifo, file, etc) into the lws event loop and handle events
minimal-raw-netcatWrites stdin to a remote server and prints results on stdout
minimal-raw-vhostShows how to set up a vhost that listens and accepts RAW socket connections