Skip to content

WLJSTeam/CSockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSockets

  • Linux - Stable
  • MacOS - Stable
  • Windows - Stable

Examples

Single page

wolframscript -f Tests/Simple.wls

Dynamic app (involves websockets)

wolframscript -f Tests/Full.wls

Building

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

Documentation

tcp.c

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •