Netcat as Webserver

Netcat is ...; manpage: netcat

As default OpenWrt installs

You can anytime replace those packages by they original counterparts:

opkg install bash netcat

Examples:

while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; cat /tmp/index.html; } | netcat -l -p 8080; done
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2020/01/27 12:30
  • by dscr