The definitive Wolfram Language and notebook experience
The original technical computing environment
All-in-one AI assistance for your Wolfram experience
We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
Courses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
Software DevelopersWe deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
Wolfram SolutionsCourses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
Software DevelopersThe Wolfram Language includes built-in network programming, allowing uniform convenient access to both TCP and ZMQ socket functionality on all platforms, as well as a variety of functions for network connectivity and name resolution.
IPAddress — symbolic representation of an IPv4 or IPv6 IP address
URL — symbolic representation of a URL, potentially including a port number (default: 80)
SocketConnect — start a connection to a socket
SocketListen — set up handlers to be run whenever data arrives on a socket
SocketWaitNext ▪ SocketWaitAll ▪ SocketReadyQ
Close — close the connection to a socket
Symbolic RepresentationsSocketObject — symbolic representation of a connected socket
Sockets — get a list of remote, local, etc. sockets
Reading from SocketsReadString — read as a string all data until a socket is closed
ReadByteArray — read as a byte array all data until a socket is closed
BinaryRead, BinaryReadList — read binary data from a socket
Read, ReadList — read data in specified formats from a socket
SocketReadMessage — read as a byte array a single message from a socket
Writing to SocketsWriteString — write a string to a socket
BinaryWrite — write binary data to a socket
Write — write data in a specified format to a socket
Format ConversionImportString ▪ ExportString ▪ ImportByteArray ▪ ExportByteArray
ByteArrayToString ▪ StringToByteArray ▪ BaseEncode ▪ BaseDecode
Server-Side Socket SetupSocketOpen — open a socket to accept connections
UtilitiesHostLookup — look up an IP address or host name (DNS and reverse DNS)
PingTime — measure the ping time for a network host
TimeConstrained — allow only a specified time for network connection
HTTPRequest ▪ HTTPResponse ▪ URLRead ▪ URLSubmit ▪ URLResponseTime
Internet Data »InternetDomain NetworkService TopLevelDomain ...
Low-Level Network OperationsNetworkPacketCapture — capture information on all network packets
NetworkPacketRecording ▪ $NetworkInterfaces ▪ $DefaultNetworkInterface
NetworkPacketTrace — record packets during the evaluation of an expression
$NetworkConnected — whether the network interface on your computer is active
$AllowInternet ▪ $DefaultProxyRules ▪ $MachineDomains ▪ $MachineAddresses ▪ "PCAP"
Pub-Sub Channel Communisation »CreateChannel ▪ ChannelSend ▪ ChannelListen ▪ ...
Related Workflow Guides Related Guides TopRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4