descriptionAn Erlang-node implemented in python
homepage URLhttp://www.lysator.liu.se/~tab/erlang/py_interface/
ownertab@lysator.liu.se
last changeMon, 21 Apr 2014 11:49:01 +0000 (21 13:49 +0200)
content tags
add:
readme

The py_interface is a python-implementation of an Erlang node. For information on the Erlang programming language, visit the web site http://www.erlang.org/.

The py_interface provides the possibility to create a node that may be used for communication with other Erlang nodes.

Some characteristics:

General programming model: When using the py_interface, the general principle is to register a callback for different purposes, such as incoming messages to the pid, an return from an rpc-call, or a timeout. The callback will get called whenever the message or return value arrives or when the timer times out.

shortlog
2014-04-21 Tomas AbrahamssonThe py_interface has moved to githubmaster
2011-03-15 Tomas AbrahamssonUpdate the ChangeLog and teh version for 1.1.11.1.1
2011-03-15 Tomas AbrahamssonAdd forgotten files to the distribution tar ball
2011-02-22 Tomas AbrahamssonUpdate the ChangeLog and the version for 1.11.1
2011-02-12 Tomas AbrahamssonUpdate the ChangeLog
2011-02-12 Tomas AbrahamssonAdd a QuickCheck test.
2011-02-12 Tomas AbrahamssonAdd a quiet option to the test_erl_node_pingpong
2011-02-12 Tomas AbrahamssonBugfix: handle incoming packets > 64k
2011-02-12 Tomas AbrahamssonInclude a newline after each line in hex dumps
2010-10-01 Tomas AbrahamssonAdd a ChangeLog entry for today's work
2010-10-01 Tomas AbrahamssonParameterize erl in run_test_erl_node_pingpong.sh
2010-10-01 Tomas AbrahamssonAdd example program for showing remote exec
2010-04-13 Tomas AbrahamssonThis is version 1.0.1.0
2010-04-13 Paul "TBBle... Handle eLen in PORT2_RESP that isn't 2 bytes
2010-03-30 Tomas AbrahamssonVersion 0.990.99
2010-03-12 Tomas AbrahamssonBugfix for erl_common.DebugHex
...
tags
13 years ago 1.1.1
13 years ago 1.1
14 years ago 1.0
14 years ago 0.99
14 years ago 0.98
14 years ago 0.97
15 years ago 0.96
15 years ago 0.95
15 years ago 0.94
17 years ago 0.93
19 years ago 0.92
21 years ago 0.91
heads
10 years ago master
17 years ago origin