go-ethereum/cmd
nolash d5daa9a323 swarm/network: event feed/websockets pss msg notification
Adds pub/sub of incoming Pss messages using event.Feed,
and a websockets interface for pss send and notifications
through persistent connection using rpc.notifier.

Websocket RPC are started automatically on the swarm executable
if the --pss flag is present. If more instances are to be run,
alternate ws ports can be specified with the --pssport flag.

Current implementation also includes a shallow builtin ping/pong handler
with topic "pss" and version 1, to simplify POCs and testing against pss.
This will eventually be removed, so no code should be made dependent on it.
2017-05-06 14:25:00 +01:00
..
abigen cmd/abigen: parse contract name as abi identifier 2017-02-06 18:16:56 +01:00
bootnode cmd/bootnode: stop after generating/writing nodekey 2017-04-24 10:40:20 +02:00
evm core, consensus: pluggable consensus engines (#3817) 2017-04-05 00:16:29 +02:00
faucet cmd/faucet: fix period to days conversion 2017-05-04 11:43:18 +03:00
geth Merge pull request #14418 from karalabe/rinkeby-flag 2017-05-04 13:54:02 +03:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
puppeth cmd/faucet, cmd/puppeth: support multi-tiered faucet 2017-05-04 11:42:43 +03:00
rlpdump cmd/rlpdump: support dumping only the first entity 2017-04-12 14:27:34 +03:00
swarm swarm/network: event feed/websockets pss msg notification 2017-05-06 14:25:00 +01:00
utils Merge pull request #14418 from karalabe/rinkeby-flag 2017-05-04 13:54:02 +03:00
wnode p2p/adapters: Use RPC with SimNodes 2017-05-06 14:25:00 +01:00