vthinsel / Python_UDP_Receiver

Creative Commons Zero v1.0 Universal
9 stars 0 forks source link

duplicate only to ONE other Port #1

Open Rak3tenmann opened 6 months ago

Rak3tenmann commented 6 months ago

Hi! My challange is the DBox System that can only listen to a dedicatet Port (33470) together with the PS4 /GT7 where this Port cannot be changed. But I need the data on a second Port to use it with SimHub where I can configure wich port to listen to. So I tried:

UDP_proxy.py -p 33740 -s1 127.0.0.1 -p1 33740 -s2 127.0.0.1 -p2 33741

to keep the Data at Port 3370. But that doesn't work. I there a chance to impliment something that keeps the data as it is but duplicate it to another Port? Even every other Solution would be fine of course. Thanks Christian

vthinsel commented 6 months ago

Well, it has to be on different servers. You can’t open the same port in different apps. It is a standalone proxy.

Le ven. 3 mai 2024 à 12:18, Raketenmann @.***> a écrit :

Hi! My challange is the DBox System that can only listen to a dedicatet Port (33470) together with the PS4 /GT7 where this Port cannot be changed. But I need the data on a second Port to use it with SimHub where I can configure wich port to listen to. So I tried:

UDP_proxy.py -p 33740 -s1 127.0.0.1 -p1 33740 -s2 127.0.0.1 -p2 33741

to keep the Data at Port 3370. But that doesn't work. I there a chance to impliment something that keeps the data as it is but duplicate it to another Port? Even every other Solution would be fine of course. Thanks Christian

— Reply to this email directly, view it on GitHub https://github.com/vthinsel/Python_UDP_Receiver/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHWFD5SHHKRT322IMLCUDTZANQADAVCNFSM6AAAAABHFIIDEGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TOMZWHA4TCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>