Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/das-labor/dovetail
https://github.com/das-labor/dovetail
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/das-labor/dovetail
- Owner: das-labor
- Created: 2015-12-27T21:11:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T17:19:57.000Z (almost 9 years ago)
- Last Synced: 2023-08-13T19:22:24.825Z (over 1 year ago)
- Language: Ruby
- Homepage: http://bundesposcht.de/
- Size: 3.91 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dovetail is an implementation of the [IP over MIME](https://tools.ietf.org/html/draft-eastlake-ip-mime-10) draft using E-Mail as transport
# Depencies
```bash
bundle install
```# Preparations
dovetail does point-to-point connections. You will need two devices and two email addresses.# Usage
Each end needs to run the following command```bash
./dovetail --destination [email protected] --source [email protected] \
--imap-server imap.host.org --imap-user email2 \
--imap-password 123456 --smtp-server smtp.host.org \
--smtp-user email2 --smtp-password 123456 --ip-address 10.42.0.1
```Please replace the respective params. source and destination email need to be swapped on both ends. user, server and password need to be adjusted. Obviously also the ip needs to be changed.
# Notes
Currently the netmask is hardcoded to /24