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
- Host: GitHub
- URL: https://github.com/imbryan/p2pim
- Owner: imbryan
- License: mit
- Created: 2019-09-28T05:49:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T18:53:45.000Z (over 6 years ago)
- Last Synced: 2025-03-10T04:57:44.967Z (over 1 year ago)
- Topics: instant-messaging, peer-to-peer, python3, tcp
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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