summaryrefslogtreecommitdiff
path: root/files/common/sbin/p2ptbl
AgeCommit message (Collapse)Author
2012-06-19move fsm, geolocate, p2ptbl, shuf to external reposplugnprayJan Huwald
- remove fsm, geolocate, p2ptbl, shuf - update .config - update paths (the package install into /usr/sbin instead of /sbin)
2012-05-21update hbbpJan Huwald
This patch handles the update of hbbp in the ffj-feed.
2012-04-23p2ptbl: polishJan Huwald
2012-04-23p2ptbl: add filterJan Huwald
Usage: p2ptbl filter table program [args] will call program with the arguments args and the result of p2ptbl show table on standart input. stdout of program will be used as new table. The filter program may remove lines or edit anything but the key (first row).
2011-12-09p2ptbl: print error msgs to stderr instead of stdoutKatze Miau
2011-12-06add p2ptbl show subcommandKatze Miau
lists an entire table (but without the version of each row)
2011-12-03p2ptbl: add gossip protocolKatze Miau
- add `p2ptbl gossip` to distribute tables via udp bcast - add interface option to `p2ptbl update` for immediate communication of updates - add p2ptbl-recv as HBBP-handler to receive table updates p2ptbl-recv has to be symlinked from <HBBP-root>/p2ptbl/<table-name>. It reads the table name from $0 and assumes that all tables are stored in /tmp/p2ptbl/.
2011-11-30add p2ptblKatze Miau
P2P tables allow to maintain distributed state using a MVCC key-value store. This patch adds the executable for manipulating a table but not the gossip protocol to synchronize it.
contact: Jan Huwald // Impressum