PureBasic - Network

Overview

Network are widely spreaded all over the world and allow computers to communicate easely. PureBasic support the official Internet protocol to exchange data: TCP/IP. This allow to write applications or games using this protocol, using the well know 'client-server' model. With these commands, it's possible to create any kind of internet like applications (browser, web server, ftp client...) or fast multiplayers games.

Command Index

CloseNetworkConnection
CloseNetworkServer
CreateNetworkServer
IPAddressField
InitNetwork
MakeIPAddress
NetworkClientEvent
NetworkClientID
NetworkServerEvent
OpenNetworkConnection
ReceiveNetworkData
ReceiveNetworkFile
SendNetworkData
SendNetworkFile
SendNetworkString

Supported OS

Windows, AmigaOS, Linux

Reference Manual - Index