-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
39 lines (26 loc) · 1.02 KB
/
Copy pathREADME
File metadata and controls
39 lines (26 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
tiny(1) General Commands Manual tiny(1)
NAME
tiny - tcp messenger server
SYNOPSIS
tiny port [-h]
DESCRIPTION
tiny a project to create the smallest and most accessible messenger
distributed in small parts that allow you to perform certain actions
by default the messenger works without encryption but if you have the
necessary modules (rsa(3) rsak(1) rsae(1) rsad(1)) you can use the
messenger with rsa encryption and certificates.
OPTIONS
-h prints usage to stdout.
EXIT STATUS
0 program exited success.
-1 program exited because received net error.
-2 program exited because argument format is invalid.
EXAMPLE
server tiny port # open server at port
client ncat address port # connect to server at port, for example we're
using ncat, you can use any other tcp text client
SEE ALSO
rsa(3) rsak(1) rsae(1) rsad(1)
AUTHOR
gimura <gimura0001@gmail.com>
BSD-0 2025-04-26 tiny(1)