Mercurial > bitten > bitten-test
view Makefile @ 10:2269b705deb9
Improved the BEEP protocol implementation:
* Callbacks for replying to messages.
* Starting of channels implemented.
* Some error handling (though not much yet).
Also, added a sample client that sends a message using the echo protocol.
Finally, added a simple proxy script that outputs the peer-to-peer communication to the console.
author | cmlenz |
---|---|
date | Fri, 10 Jun 2005 20:21:10 +0000 |
parents | 196009657e5e |
children | 4289fa18de0f |
line wrap: on
line source
PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923 PYTHONPATH = . all: pylint pylint: PYTHONPATH=$(PYTHONPATH) pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint-results.txt