Skip to content

shaung/ipmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipmsg

An IP Messenger(http://www.ipmsg.org) library for Linux, written in python.

For the GUI frontend, checkout https://github.com/shaung/ipmsg-pygtk

Requirements

  • Python 2.6 or above. Python 3 support is not included for now.

Dependencies

  • PyCrypto
  • rsa

Installation

From pypi:

pip install ipmsg

Or install from source:

python setup.py install

Command-line usage

ipmsg [--port=<port>] [--user=<username>] [--group=<groupname>] [-s|--seal] [--help]
      <message-to-send> ip[:port]

License

Released under the BSD license.

Troubleshooting

  • Not compatible with IP Messager 3.x yet.

About

An IP Messenger implementation in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages