tools/hexnet: wanted feature tracker #26

Closed
opened 2022-07-12 05:42:40 +02:00 by BodgeMaster · 2 comments
  • Allow for server and client operation (similar to nc -l and nc)
  • Bi-directional communication (input hex to shove it down the line, get hex out for incoming data)
  • IPv4 and IPv6 support (both by IP and domain name)
  • TCP and UDP support
  • When running in "multi mode", add prefixes to output bytes depending on whether they were received using TCP or UDP, indicate whether the connection was made using IPv4 or IPv6
  • When running in "multi mode" have input prefixes for each byte to specify how it should be sent
  • Indicate packet boundaries, allow input of packet boundaries useless feature
  • Command line switch for color coded output
  • Allow for encrypted connections (far-future goal)
- [ ] Allow for server and client operation (similar to `nc -l` and `nc`) - [ ] Bi-directional communication (input hex to shove it down the line, get hex out for incoming data) - [x] IPv4 and IPv6 support (both by IP and domain name) - [ ] TCP and UDP support - [ ] When running in "multi mode", add prefixes to output bytes depending on whether they were received using TCP or UDP, indicate whether the connection was made using IPv4 or IPv6 - [ ] When running in "multi mode" have input prefixes for each byte to specify how it should be sent - ~~[ ] Indicate packet boundaries, allow input of packet boundaries~~ useless feature - [ ] Command line switch for color coded output - [ ] Allow for encrypted connections (far-future goal)
BodgeMaster added the
TODO
label 2022-07-12 05:42:51 +02:00
BodgeMaster self-assigned this 2022-07-12 05:42:56 +02:00
BodgeMaster changed title from Hexnet: wanted feature tracker to tools/hexnet: wanted feature tracker 2022-07-14 05:37:37 +02:00

Got IPv4 read working

Got IPv4 read working
BodgeMaster added this to the Basic development tools milestone 2022-08-15 13:35:24 +02:00

superseded by #64

superseded by #64
Sign in to join this conversation.
There is no content yet.