Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ tiny Public
forked from gimura2022/tiny

Tiny client-server messenger in unix sockets

License

Notifications You must be signed in to change notification settings

nakidai/tiny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny(1)			    General Commands Manual		       tiny(1)

NAME
       tiny - simple serial two size text messenger

SYNOPSIS
       tiny [-h] [-H] [-c] [-p port] [-a address] [-e none xor] [-k number]

DESCRIPTION
       tiny is very small serial two side text messenger

OPTIONS
       -h     prints usage to stdout.

       -H     runs tiny in host mode.

       -c     runs tiny in client mode.

       -p port
	      specifys port for host or client.

       -a address
	      specifys address for client.

       -e none xor
	      specifys encryption mode: none - without encryption, xor - xor
	      encryption using encryption key as key

       -k number
	      specifys encryption key

EXIT STATUS
       0      program exited success.

       1      program exited because received net error.

       2      program exited because argument format is invalid.

AUTHOR
       gimura <[email protected]>

BSD-0				  2025-04-26			       tiny(1)

About

Tiny client-server messenger in unix sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.9%
  • Roff 12.0%
  • Makefile 5.1%