Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
CSockets
Symbols
CSocketConnect
CSocketListener
CSocketObject
CSocketOpen
KirillBelov`CSockets`
C
S
o
c
k
e
t
O
b
j
e
c
t
C
S
o
c
k
e
t
O
b
j
e
c
t
[
s
o
c
k
e
t
I
d
]
s
o
c
k
e
t
r
e
p
r
e
s
e
n
t
a
t
i
o
n
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create server socket:
I
n
[
1
]
:
=
s
e
r
v
e
r
=
C
S
o
c
k
e
t
O
p
e
n
[
8
0
0
0
]
O
u
t
[
1
]
=
C
S
o
c
k
e
t
O
b
j
e
c
t
S
o
c
k
e
t
I
D
:
1
9
6
8
D
e
s
t
i
n
a
t
i
o
n
P
o
r
t
:
8
0
0
0
D
e
s
t
i
n
a
t
i
o
n
H
o
s
t
n
a
m
e
:
1
2
7
.
0
.
0
.
1
Information about the socket host:
I
n
[
2
]
:
=
s
e
r
v
e
r
[
"
D
e
s
t
i
n
a
t
i
o
n
H
o
s
t
n
a
m
e
"
]
O
u
t
[
2
]
=
1
2
7
.
0
.
0
.
1
Information about the socket port:
I
n
[
3
]
:
=
s
e
r
v
e
r
[
"
D
e
s
t
i
n
a
t
i
o
n
P
o
r
t
"
]
O
u
t
[
3
]
=
8
0
0
0
Close server:
I
n
[
4
]
:
=
C
l
o
s
e
[
s
e
r
v
e
r
]
O
u
t
[
4
]
=
0
S
e
e
A
l
s
o
C
S
o
c
k
e
t
O
p
e
n
▪
C
S
o
c
k
e
t
C
o
n
n
e
c
t
▪
C
l
o
s
e
▪
S
o
c
k
e
t
O
b
j
e
c
t
"
"