Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Sending/Receiving Multiple Message from Server or Client
Post: Sending/Receiving Multiple Message from Server or ...

Hi, my problem is that I don't know how I can send two times send and receive message from client to server. I've coded these; Example # Server Side ip="" port=8888 buffersize=1024 s=socket.socket(so...
Lyperion Networking 0 10,498 Jul-30-2018, 07:52 AM
    Thread: Can I Control loop with Keyboad key (start/stop)
Post: RE: Can I Control loop with Keyboad key (start/sto...

Thank you for your helping. I could solve my probem myself **shy** as following these steps. import mscvrt while True: key=mscvrt.getch().decode('utf-8) if key=='1' print('System is active.') elif k...
Lyperion General Coding Help 2 3,352 Jul-28-2018, 10:19 AM
    Thread: Can I Control loop with Keyboad key (start/stop)
Post: Can I Control loop with Keyboad key (start/stop)

Hi, I want to defining a loop (i.e if) that can start/stop when I press a key like 1,2 on keyboard. For instance, when i press the "1" key without enter, loop' should begin at that time. I'll run thi...
Lyperion General Coding Help 2 3,352 Jul-27-2018, 02:32 PM

User Panel Messages

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