blob: 71f4c2d4b7fcde80501f7870edb2abeb5954b524 (
plain)
1
2
3
4
5
6
7
8
|
hexnet is minimalistic network terminal for testing of binary communi-
cations. It accepts multiple pairs of characters interpreting each
pair as a hexadecimal number. Pairs may optionally be delimited by any
character, e.g. "2a:45" or "44 4c". Lower and upper case letters are
both accepted.
Data is send to a host specified by IP address and port, received data
can be displayed in different formats.
|