└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Hermes Link 2 | 3 | Multi-platform application to write data to a socket at a specified IP/hostname/domain and port. 4 | 5 | ## Features 6 | 7 | - Functional code supports all common platforms (Windows, macOS, Linux, Android, and iOS) 8 | - Send payload to any location 9 | - Any IP address, both IPv4 and IPv6 10 | - Any FQDM 11 | - Any port (1 through 65,535) 12 | - TCP or UDP 13 | - Limited to one datagram for UDP, allowed data size depends on platform 14 | - Input fields/settings persist after application restarts 15 | - Support payloads that expect to return data 16 | - Causes a `sigpipe` error with certain payloads in other payload senders 17 | - Light/Dark mode support 18 | - Gets from system settings, if not manually set in settings 19 | - Can set a seed color to change theme scheme 20 | - Multilingual support 21 | - Will automatically set to your device's current locale if it's available 22 | - Bulletproofed UIs to prevent common user induced issues 23 | - Does not depend on or "bundle" other applications 24 | --------------------------------------------------------------------------------