This is a draft cheat sheet. It is a work in progress and is not finished yet.
Set up basic network
Connect PCs Gateways Swtiches |
Set IP |
Connect Laptops to WLan |
Connect IoT Devices
Connect each device |
Remote Control: f.e. Remote Server |
Access IoT Device
Open a web-browser or an app if there is one available |
Enter Address |
|
|
Get IoT Messages with NCAT
Get IoT Messages with NCAT
Server download |
|
next Step, open Powershell |
“./ncat -1 1234 |
edit main.js |
client = new RealTCPClient(); |
conntect |
client.connect("8.8.8.8",1234) |
restart NCAT server |
|