https://github.com/pr3sto/cryptomessenger
Little messenger. Client + Server.
https://github.com/pr3sto/cryptomessenger
messenger-client messenger-server ssl
Last synced: 5 months ago
JSON representation
Little messenger. Client + Server.
- Host: GitHub
- URL: https://github.com/pr3sto/cryptomessenger
- Owner: pr3sto
- License: mit
- Created: 2015-10-06T17:51:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T21:50:35.000Z (about 8 years ago)
- Last Synced: 2025-02-17T02:46:46.838Z (8 months ago)
- Topics: messenger-client, messenger-server, ssl
- Language: C#
- Homepage:
- Size: 936 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoMessenger
Little messenger.
## Client
Wpf client.
## Server
Console server.
## Protocol
Communication protocol between client and server - MessageProtocol that is based on TCP.