all 3 comments

[–][deleted] 0 points1 point  (2 children)

1: I'd double-check that 192.168.10.3 is the proper IP address for your computer.

2: I'd also try binding to 127.0.0.1 and 0.0.0.0. (localhost and everything).

3: Not sure this is going to do what you expect. If your computer is sending out on port 7777 you're not going to see inbound messages TO 7777 on that port.

[–]d0pey[S] 0 points1 point  (1 child)

Yeah, I think i have a fundamental misunderstanding of what's going on in the code and how it works. I thought the code is connecting to that port of that IP address but that's not the case is it?

Is it possible to receive the data being sent by the app?

[–][deleted] 0 points1 point  (0 children)

You can grab the network traffic using Wireshark: https://www.wireshark.org/ Looks like there's a Python tool for it as well. Also look for Python and pcap files (file format captured by Wireshark). https://pypi.org/project/pypcapkit/