An open API service indexing awesome lists of open source software.

https://github.com/imbryan/p2pim

Peer-to-peer instant messaging over TCP
https://github.com/imbryan/p2pim

instant-messaging peer-to-peer python3 tcp

Last synced: 21 days ago
JSON representation

Peer-to-peer instant messaging over TCP

Awesome Lists containing this project

README

          

# P2PIM (working name)
Peer-to-peer instant messaging over TCP

***

## Features
* Peer-to-peer messaging
* Must know recipient's IP address (current system)
* *Can message using screen names* (to do)
* *Contacts* (to do)
* *Graphical user interface* (to do)
* *Encrypted messages* (to do)

***

## Changelog
* **v0.1** - start of beta
* Implemented command-line peer-to-peer messaging
* **v0.0** - initialization