Hey, Im trying to hook up my app after setting up in my new place, but I seem kind of lost right now. This used to work, but the only changes Ive made are Im now using PS5.
I have a playstation 5, connected via LAN.
I have a desktop computer running Python connected via WI-FI.
Python code below used to work:
from telemetry_f1_2021.listener import TelemetryListener
listener = TelemetryListener(port=20777, host='127.0.0.1')
packet = listener.get()
print (packet)
I am not receiving anything.
How can I debug this, could it be that my router is in the way?