Directories ¶
Path | Synopsis |
---|---|
whispernet
|
|
skeleton/part1
This program reads from standard input and writes JSON-encoded messages to standard output.
|
This program reads from standard input and writes JSON-encoded messages to standard output. |
skeleton/part10
This program extends part 9.
|
This program extends part 9. |
skeleton/part2
This program extends part 1.
|
This program extends part 1. |
skeleton/part3
This program listens on the host and port specified by the -listen flag.
|
This program listens on the host and port specified by the -listen flag. |
skeleton/part4
This program is a combination of parts 2 and 3.
|
This program is a combination of parts 2 and 3. |
skeleton/part5
This program extends part 4.
|
This program extends part 4. |
skeleton/part6
This program is functionally equivalent to part 5, but the reading from standard input and writing to the network connection are done by separate goroutines.
|
This program is functionally equivalent to part 5, but the reading from standard input and writing to the network connection are done by separate goroutines. |
skeleton/part7
This program extends part 6 by adding a Peers type.
|
This program extends part 6 by adding a Peers type. |
skeleton/part8
This program extends part 7.
|
This program extends part 7. |
skeleton/part9
This program extends part 8.
|
This program extends part 8. |
solution/part01
This program reads from standard input and writes JSON-encoded messages to standard output.
|
This program reads from standard input and writes JSON-encoded messages to standard output. |
solution/part02
This program extends part 1.
|
This program extends part 1. |
solution/part03
This program listens on the host and port specified by the -listen flag.
|
This program listens on the host and port specified by the -listen flag. |
solution/part04
This program is a combination of parts 2 and 3.
|
This program is a combination of parts 2 and 3. |
solution/part05
This program extends part 4.
|
This program extends part 4. |
solution/part06
This program is functionally equivalent to part 5, but the reading from standard input and writing to the network connection are done by separate goroutines.
|
This program is functionally equivalent to part 5, but the reading from standard input and writing to the network connection are done by separate goroutines. |
solution/part07
This program extends part 6 by adding a Peers type.
|
This program extends part 6 by adding a Peers type. |
solution/part08
This program extends part 7.
|
This program extends part 7. |
solution/part09
This program extends part 8.
|
This program extends part 8. |
solution/part10
This program extends part 9.
|
This program extends part 9. |
Click to show internal directories.
Click to hide internal directories.