pd-mail 0.1
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
State | Final release |
---|---|
License | GPL |
Release Manager | IOhannes m zmölnig |
This is the initial release of Pd-mta.
It was quickly hacked together in order to do a performance that involved transmitting an email via ip-sfs, a quasi-standard (RFC-4824) for the transmission of IP-packets via the International Semaphore Flag System.
As transmitting IP-packets via Semaphore Flag Signals is very slow, all existing mail-servers and mail-clients would time-out and disconnect before an email was transmitted (due to timeouts in the TCP/IP stack)
The solution was to use a UDP-based mail-client/server (that would not run into these timeouts). As there existed no such thing at the time of writing, we had to do our own.
Here it is....