Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Listen TCP and send data to websockets
Post: RE: Listen TCP and send data to websockets

Hi! I found my way ! thank's import socket import websocket import json def server_program(): host = socket.gethostname() port = 1234 server_socket = socket.socket() server_socke...
neoboby Networking 3 3,084 Dec-12-2022, 03:00 PM
    Thread: Listen TCP and send data to websockets
Post: Listen TCP and send data to websockets

Hello, I have a trouble to do what i want. I'm not a Python developper... I have a software who can provide me somme data, but, this software can only send data on a RAW style TCP port in local ne...
neoboby Networking 3 3,084 Nov-25-2022, 11:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020