Search found 2 matches

by jradis
Tue Sep 24, 2019 3:03 am
Forum: Development
Topic: Can I use Python to control PS4 from PC?
Replies: 9
Views: 32383

Re: Can I use Python to control PS4 from PC?

Perfect, thank you so much.
by jradis
Thu Aug 22, 2019 8:38 am
Forum: Development
Topic: Can I use Python to control PS4 from PC?
Replies: 9
Views: 32383

Re: Can I use Python to control PS4 from PC?

Still have issues on UDP Packet, could u give some help? My codes (not work as expected): s = socket.socket(socket.AF_INET,socket.SOCK_DGRAM) clickRIGHT = b'0x01,0x01,0x84,0x00,0x00,0x00,0xff' s.sendto(clickRIGHT,addr) I have been looking at the same thing except for XBoxOne. I have reviewed the wi...