- Linux - Stable
- MacOS - Stable
- Windows - Stable
wolframscript -f Tests/Simple.wls
wolframscript -f Tests/Full.wls
In 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.wls
socketOpen(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