xref: /aosp_15_r20/external/libwebsockets/minimal-examples/raw/README.md (revision 1c60b9aca93fdbc9b5f19b2d2194c91294b22281)
1*1c60b9acSAndroid Build Coastguard Worker|name|demonstrates|
2*1c60b9acSAndroid Build Coastguard Worker---|---
3*1c60b9acSAndroid Build Coastguard Workerminimal-raw-adopt-tcp|Shows how to have lws adopt an existing tcp socket something else had connected
4*1c60b9acSAndroid Build Coastguard Workerminimal-raw-adopt-udp|Shows how to create a udp socket and read and write on it
5*1c60b9acSAndroid Build Coastguard Workerminimal-raw-fallback-http|Shows how to run a normal http(s) server that falls back to a specified role + protocol
6*1c60b9acSAndroid Build Coastguard Workerminimal-raw-file|Shows how to adopt a file descriptor (device node, fifo, file, etc) into the lws event loop and handle events
7*1c60b9acSAndroid Build Coastguard Workerminimal-raw-netcat|Writes stdin to a remote server and prints results on stdout
8*1c60b9acSAndroid Build Coastguard Workerminimal-raw-proxy-fallback|Shows how to run a normal http(s) server that falls back to a proxied connection to a specified IP and port
9*1c60b9acSAndroid Build Coastguard Workerminimal-raw-proxy|Shows how to set up a vhost so it listens for connections and proxies them to a specified IP and port
10*1c60b9acSAndroid Build Coastguard Workerminimal-raw-vhost|Shows how to set up a vhost that listens and accepts RAW socket connections
11*1c60b9acSAndroid Build Coastguard Worker
12