Dan Nagle
Dan Nagle
The buttons on the bottom represent the ports the server is listening on. Make sure the port matches what your client is attempting to connect to.  Under File ->...
Thanks for submitting this ticket. Packet Sender will pop a warning if a port is taken. You can see this happening by launching a second instance of Packet Sender. See...
I'm going to try to recreate this. Are you sending to a device on your LAN (192.168.1.x)?
That does not look quite the same as ticket #106. Could another client be hitting the server? What happens if you move the server port away from 5000?
I unfortunately do not own a Windows laptop with a retina display to test on. I know Qt has put effort in to this. It took them a while to...
Here is an alpha of my standard build using updated Qt libraries: https://github.com/dannagle/PacketSender/releases/tag/v6.3.0-alpha
Qt does a mix of its own widget rendering and native rendering. Something got lost in translation. If the Qt installer itself does it, the bug may be baked pretty...
I'm not sure I can reliably capture window positions in a cross-platform way. Starting off, I'll have to see how hard it is to just target Windows and then maybe...
Thank you for the detailed report. Smart Responses work by exact string matches. Have you tried sending just UNIXTIME by itself? Then you should (hopefully) get your UNIX:{{UNIXTIME}} response. If...
OK, I didn't realize you were detailing an intermittent problem. These can be very hard to track down. I'll need to wait until I get back to my lab to...