KirillBelov/
CSockets
(1.0.7)
current version: 1.0.22 »
Sockets powered by pure C
Contributed by: Kirill Belov
Implementation of alternative API for message exchange via TCP protocol.
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["KirillBelov/CSockets"]
To load the code after installation, evaluate this code:
Needs["KirillBelov`CSockets`"]
Details
The package uses functions compiled for LibraryLink.
All package functions start with the CSocket* prefix.
Adds new definitions for functions:
SocketListen
BinaryWrite
WriteString
SocketReadyQ
SocketReadMessage
Close
DeleteObject
Development and building the library requires a C compiler, which is installed and available in the Wolfram Language.
Examples
Basic Examples
Open server socket:
Message handler:
Run server:
Connect to the server:
Send message to the server:
Read response:
Convert response:
Close client:
Remove listener:
Close server:
Publisher
Kirill Belov
Disclosures
Version History
-
1.0.22
– 09 October 2024
-
1.0.21
– 09 October 2024
-
1.0.20
– 08 October 2024
-
1.0.19
– 08 October 2024
-
1.0.18
– 08 October 2024
-
1.0.17
– 04 October 2024
-
1.0.16
– 03 October 2024
-
1.0.15
– 30 September 2024
-
1.0.14
– 26 September 2024
-
1.0.13
– 19 September 2024
-
1.0.12
– 14 July 2024
-
1.0.11
– 26 April 2024
-
1.0.10
– 23 April 2024
-
1.0.9
– 26 February 2024
-
1.0.8
– 26 February 2024
-
1.0.7
– 06 February 2024
-
1.0.6
– 29 January 2024
-
1.0.5
– 28 January 2024
-
1.0.4
– 29 August 2023
-
1.0.3
– 28 August 2023
-
1.0.2
– 28 August 2023
-
1.0.1
– 28 August 2023
-
1.0.0
– 28 August 2023
MIT License
Paclet Source