KirillBelov/
CSockets
(1.0.1)
current version: 1.0.22 »
Sockets powered by pure C
Contributed by: Kirill Belov
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`"]
Examples
Basic Examples
Open server socket:
Create listener with custom handler:
Connect to the server:
Write 'hi' from client to server:
Result received on server side:
Convert the result to string:
Socket associated with the client on server side:
Write response for the client:
Check that message is ready on client side:
Read the message:
Convert to string:
Close client:
Delete 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