Multi-platform application to write data to a socket at a specified IP/hostname/domain and port.
- Functional code supports all common platforms (Windows, macOS, Linux, Android, and iOS)
- Send payload to any location
- Any IP address, both IPv4 and IPv6
- Any FQDM
- Any port (1 through 65,535)
- TCP or UDP
- Limited to one datagram for UDP, allowed data size depends on platform
- Input fields/settings persist after application restarts
- Support payloads that expect to return data
- Causes a
sigpipeerror with certain payloads in other payload senders
- Causes a
- Light/Dark mode support
- Gets from system settings, if not manually set in settings
- Can set a seed color to change theme scheme
- Multilingual support
- Will automatically set to your device's current locale if it's available
- Bulletproofed UIs to prevent common user induced issues
- Does not depend on or "bundle" other applications