summaryrefslogtreecommitdiff
path: root/dashpot.py
blob: 04b42c154686a240fc8c83dd4f5e10a3ecd944f7 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

from kademlia.node import Node

print "Starting dashpot..."

node = Node()
node.joinNetwork()

print "Shutting down..."