aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/dexcon-simulation-peer-server
Commit message (Collapse)AuthorAgeFilesLines
* Rename repo to dexon-consensusWei-Ning Huang2018-11-021-7/+7
|
* simulation: integrate test.Transport (#99)Mission Liao2018-09-111-1/+9
| | | | | - Add marshaller for simulation by encoding/json - Implement peer server based on test.TranportServer - Remove network models, they are replaced with test.LatencyModel
* simulation: fix tcp-local network simulation (#8)Wei-Ning Huang2018-07-231-0/+7
| | | | | | * simulation: fix tcp-local network simulation * fixup
* Implement simulation on a real network (#5)Wei-Ning Huang2018-07-201-0/+33
simulation: implement simulation on a real network