Using TCP/IP from APL2
Open a TCP session (Server)


  1. Create a socket
  2. Associate this socket with a Port
  3. This socket has to wait for input sessions
  4. Accept an incomming connexion

Create a Socket



Associate this socket with a Port



This socket has to wait for input sessions



Accept an incoming connexion