Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
11 stars 19 forks source link

502 feature request netcat listen and connect #653

Closed basoreeper3007 closed 2 months ago

basoreeper3007 commented 3 months ago

### Feature Implementations -Added Listen mode to make the machine listen for connections on a specified port. -Added Connect mode to act as the connector that connects to an existing listener.

basoreeper3007 commented 3 months ago

@bradleybogg I have fixed the syntax bug with the Connect feature.

basoreeper3007 commented 3 months ago

@michaeljpigott I removed the comment line that wasn't being used. The connect feature can run without bash, I only used it as it helped me avoid syntax errors (see my comment). I left a comment explaining why I used bash there. The backticks don't need to be in the args[] initialization, so I took them out (that was from the previous student).