How do I use "Why Can't I Connect?"
Client Send
Choose Send Text to send the entered text.
Choose Send file to send the contents of the selected file.
Choose Out of band to send an out of band (high priority) message (one byte only.)
Choose Add 32 bit size header to add a 32 bit binary size indicator to the beginning of the message. This is a common method for reporting the entire size off a message to the receiving application. The bytes of the header will be ordered by the endian of the operating system. For example, the header for a 1000 byte message will appear as 00 00 03 E8 in a big endian operating system. It will appear as E8 03 00 00 in a little endian operating system.
Press the | ... | button to select the file you wish to send the contents of.
Choose Expect a response to wait for a message from the server.
Server Send
Choose the Connected socket handle for the connection you wish to send to.
Release 1.12.4
In this release:
1. Fixed a bug where the "Server Send" dialog and the "Server Shutdown" dialog where clipping the display of the connected socket handle.
2. Removed the WiFi connect option. Lacking time and hardware to support this in all operating systems for all routers, I will reintroduce this option when possible (check the README file to restore this option at it’s current state while compiling.)
3. Updated the MinGW compiler, wxWidgets, and OpenSSL versions for the Windows binary release (this and all future releases are no longer compatible with Windows XP.)
4. Added a Raspbian / armhf debian binary release.