tcp functions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gif

    tcp functions

    is there a module for tcp functions or any other quick way to connect,
    listen, send and recieve from tcp?
    thanks in advance
  • Diez B. Roggisch

    #2
    Re: tcp functions

    Gif schrieb:
    is there a module for tcp functions or any other quick way to connect,
    listen, send and recieve from tcp?
    thanks in advance
    Reading the docs helps - hint: module "socket".

    Diez

    Comment

    Working...