https://github.com/progrium/protocol-droid
Universal (read: HTTP) protocol bridge
https://github.com/progrium/protocol-droid
Last synced: about 1 year ago
JSON representation
Universal (read: HTTP) protocol bridge
- Host: GitHub
- URL: https://github.com/progrium/protocol-droid
- Owner: progrium
- Created: 2009-04-30T03:59:31.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-19T08:58:47.000Z (almost 17 years ago)
- Last Synced: 2025-03-25T12:06:57.552Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 28
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Protocol Droid is aimed at being a universal protocol bridge. It's first mission is to provide HTTP interfaces to other protocols. However, the long term goal is to have arbitrary bridges. Of course, the idea is to add them as needed for actual use cases. This is why the initial goal is to focus on HTTP based bridges, since this is a very practical use with all this webhook and cloud-side code business.
Supported (yet likely incomplete) outgoing connection interfaces:
* HTTP-Socket
* HTTP-SMTP
Supported (yet likely incomplete) listening interfaces:
* HTTP-SMTP
Prototcol wishlist:
* IMAP
* IRC
* FTP
* SSH
* XMPP
* DNS?
* LDAP