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:
Run server:
Message handler:
Connect to the server:
Send message to the server:
Read response:
Convert response:
Close client:
Remove listener:
Close server:
Publisher
Kirill Belov
Disclosures
- Wolfram Language built-in symbols
- Local system interactions
-
Learn More »
Compatibility
Wolfram Language Version 13.3
Version History
- 1.0.23
– 10 October 2024
- 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