- Linux - Stable
- MacOS - Stable
- Windows - Stable
wolframscript -f Tests/Simple.wlswolframscript -f Tests/Full.wlsIn the LibraryResurces we placed all prebuild binaries.
Skip this section if you want just to run this package
If there are some issues with a shipped binaries, one can try to compile it.
wolframscript -f Scritps/BuildLibrary.wlssocketOpen(hostname, port, opts...): listenSocketId; socketClose(socketId): successState socketConnect(hostname, port): clientSocketId socketWriteString(socketId, string): successState socketBinaryWrite(socketId, byteArray): successState socketGetPort(socketId): portNumber socketGetHostname(socketId): hostname
serverCreate serverDestroy serverAccept serverRecv