Hello there people. I created a program inspired by netcat. It works over wireless and wired networks.
To get:
-- To make sure /usr/bin exists
mkdir /usr/bin/
pastebin get GrCPux9e /usr/bin/netcat.lua
Basic usage:
-- Sending side
netcat [port] [file]
-- Receiving side
netcat -r [port] [file]
The file parameter can be either a file on the system or a '-', which on the sending side will take in input from the console like OpenOS's cat. On the receiving side, '-' will print out received data to the console.
-- Sending side
netcat [port] -
-- Entering text into the sending s