Commit Graph

423 Commits

Author SHA1 Message Date
Stuckinaboot
28dc842103 Save working code 2019-04-10 20:01:53 -04:00
Stuckinaboot
0dc500c541 Update chat 2019-04-10 19:42:53 -04:00
Stuckinaboot
965a76fc9f increase sleep 2019-04-10 17:56:55 -04:00
Stuckinaboot
13fc699b36 Add driver that launches both nodes together 2019-04-10 17:56:10 -04:00
Stuckinaboot
d50027c1ca Modify files for debugging. Nothing will hit master from here 2019-04-10 17:44:00 -04:00
Stuckinaboot
c552134c7c Add more basic platform to debug 2019-04-10 17:43:09 -04:00
Stuckinaboot
db8eae74e5 Add receiver ID handling 2019-04-09 21:37:25 -04:00
Stuckinaboot
ebda40e034 Add print statements to receiver 2019-04-09 21:12:51 -04:00
Stuckinaboot
7f80d12007 Implement receiver driver 2019-04-09 21:12:25 -04:00
Stuckinaboot
cd43db0861 Clean up code 2019-04-07 21:29:45 -04:00
Stuckinaboot
8acec4d2ed Update simple_1_chain 2019-04-07 21:06:57 -04:00
Stuckinaboot
c59e809ee9 Add pyvis 2019-04-07 20:59:42 -04:00
Stuckinaboot
00257238f5 Remove unnecessary loop conditions 2019-04-07 20:56:59 -04:00
Stuckinaboot
fa7251cb68 Add graph generator 2019-04-07 19:59:33 -04:00
Stuckinaboot
9277be98bf Add end messages into simplified logic 2019-04-07 18:40:01 -04:00
Stuckinaboot
470f5e6e51 Add read topology from file 2019-04-07 16:36:05 -04:00
Stuckinaboot
86dfc07321 Simplify sender and receiver logic 2019-04-07 15:24:56 -04:00
Stuckinaboot
7bacc8ca08 Remove unused code 2019-04-07 14:48:59 -04:00
Stuckinaboot
fe14c24a89 Add working multi-topic test 2019-04-07 14:46:01 -04:00
Stuckinaboot
f570b19db8 Add multi-topic benchmark capability 2019-04-07 14:25:59 -04:00
Stuckinaboot
82f881a49a Not working as of now. Debugging 2019-04-06 23:09:26 -04:00
Stuckinaboot
08f845cc21 Lay groundwork for transition to multiple topics 2019-04-06 17:48:06 -04:00
Stuckinaboot
25def0c7d6 Implement end-to-end perform testing 2019-04-06 17:16:37 -04:00
Stuckinaboot
66427cd6f5 Modify sender and receiver to be classes 2019-04-06 14:55:06 -04:00
Robert Zajac
ba358335df scaffolding sender/receiver 2019-04-06 14:23:52 -04:00
ZX
629d6dfd3f
Merge pull request #147 from libp2p/lru-cache
LRU cache on seen_messages #146
2019-04-06 12:26:15 -04:00
zixuanzh
7a298adc33 add simple lru test 2019-04-05 21:46:18 -04:00
zixuanzh
d04798ce7c lru cache seen_messages 2019-04-05 21:46:03 -04:00
zixuanzh
1f3aaded1d add lru-dict as requirement 2019-04-05 21:45:31 -04:00
stuckinaboot
ffd3bac2ef
Merge pull request #144 from libp2p/seqno
Seqno. Addresses seqno and removing unused print statements in #146
2019-04-05 17:50:47 -04:00
Stuckinaboot
686c55b09c Remove unnecessary print #146 2019-04-05 17:38:29 -04:00
Stuckinaboot
b4aa64bc39 Change >I to >Q for 64-bit big endian int 2019-04-05 17:30:35 -04:00
Stuckinaboot
3c0fca8979 Remove prints 2019-04-04 17:10:41 -04:00
Stuckinaboot
8221e1057c Merge branch 'seqno' of https://github.com/libp2p/py-libp2p into seqno 2019-04-04 17:09:51 -04:00
Stuckinaboot
22e503a260 Add test for ring topology multiple messages from two origins 2019-04-03 23:32:03 -04:00
Stuckinaboot
fc78928037 Add test for multiple messages from two origins 2019-04-03 23:32:03 -04:00
Stuckinaboot
211d6f6860 Add dummy node test 2019-04-03 23:32:03 -04:00
Stuckinaboot
feaa393c5f Fix seen messages bug 2019-04-03 23:32:03 -04:00
Stuckinaboot
9d16aa834d Modify pubsub to have seen message check incorporate seqno and node id 2019-04-03 23:32:03 -04:00
Stuckinaboot
c2b5389362 Adjust floodsub tests for new seqno util 2019-04-03 23:32:03 -04:00
Stuckinaboot
f6299c7dee Add priority queues to handle seqno 2019-04-03 23:32:03 -04:00
Stuckinaboot
e62b532c9c Merge branch 'seqno' of https://github.com/libp2p/py-libp2p into HEAD 2019-04-03 15:16:24 -04:00
Stuckinaboot
0fe21308ae Add test for ring topology multiple messages from two origins 2019-04-03 15:13:57 -04:00
Stuckinaboot
c270bda456 Add test for multiple messages from two origins 2019-04-03 15:13:57 -04:00
Stuckinaboot
3f2561e30b Add dummy node test 2019-04-03 15:13:57 -04:00
Stuckinaboot
b73b2f0841 Fix seen messages bug 2019-04-03 15:13:57 -04:00
Stuckinaboot
91dd3c0230 Modify pubsub to have seen message check incorporate seqno and node id 2019-04-03 15:13:57 -04:00
Stuckinaboot
a47b02dd26 Adjust floodsub tests for new seqno util 2019-04-03 15:13:56 -04:00
Stuckinaboot
502bb01242 Add priority queues to handle seqno 2019-04-03 15:13:56 -04:00
zixuanzh
7d3a8b5e77 clean up 2019-04-03 15:13:56 -04:00