Commit Graph

242 Commits

Author SHA1 Message Date
Stuckinaboot
3dbb969b0b Implement notify feature 2019-04-03 14:24:39 -04:00
Stuckinaboot
95f1f0bbf0 Add notify function to network interface 2019-04-03 14:24:39 -04:00
Stuckinaboot
510a5eaa34 Add notifee interface 2019-04-03 14:24:39 -04:00
Hyungsuk Kang
78d0a658bb Typo fixes (#127)
* Update transport_interface.py

* Update tcp.py

* Update README.md
2019-02-24 23:11:54 -05:00
Robert Zajac
82840b5e6c
Stream rearchitecture (#126)
* Add generic protocol handler

* Add generic protocol handler to stream muxing pipeline

* Modify conn_handler to only deal with connections

* mplex accept stream architecture changes

* Add create generic protocol handler

* Fix minor bugs

* who would win 4 devs or one not

* Debugging

* rearch with handle_incoming infinite loop, seems to work, needs cleanup"

* passing linting, still needs cleanup

* fixing linting again; code still needs cleanup

* fixing tests; code still needs cleanup

* adding test cleanup and task cleanup, removing prints

* linting, and cleanup complete

* storing connections based on peer id

* remove dead code

* remove unnecessary peer_id
2019-02-24 20:58:23 -05:00
Alex Haynes
17c778de15
Peer Discovery Interface (#123)
* added file

* basic interface modeled on go repo

* fixed linting

* updated based on comments
2019-02-24 18:37:56 -05:00
Robert Zajac
e3e3ac30b1
Adding sponsorship ack to EF (#125)
Now that sponsorship has been announced (see link in blog), we can add acknowledgement and close out #60.
2019-02-22 15:02:17 -05:00
Alex Haynes
934714df62 updated readme (#124) 2019-02-12 10:56:03 -05:00
Robert Zajac
e34603c364
fixing chat to use public IP (#122) 2019-02-10 20:52:05 -05:00
Jorropo
5af7079f08 Change webrtc to planned (#117)
* Change webrtc to planned

Change WebRTC transport to planned.

* Change nat-pmp and upnp to planned
2019-02-10 13:27:25 -05:00
Aliabbas Merchant
bfb2c73810 Fixed some issues with the chat example (#120)
* Fixed some issues with the chat example

* Bump version to Python 3.7 (#121)

* bump version

* enable 3.7 in travis

* Minor refactor
2019-02-10 13:07:42 -05:00
ZX
732a15ec93 Bump version to Python 3.7 (#121)
* bump version

* enable 3.7 in travis
2019-02-09 21:40:05 -05:00
Jorropo
82d08a3b14 chat.py very little code refactor. (#112)
That was an useless duplicate
2019-01-30 23:54:55 -05:00
Christophe de Carvalho
9b6d61ca63 remove unused multiaddr module (#110) 2019-01-30 19:41:03 -05:00
Alex Haynes
d0f47ef24f removed accidently added duplicate mplex (#111) 2019-01-28 19:22:30 -05:00
Alex Haynes
7736d2afd2
updated reading to read until you see a message for your stream (#100)
* updated reading to read until you see a message for your stream

* added timeout to decode uvarint

* resolved comments

* shortened long line
2019-01-28 16:15:22 -05:00
stuckinaboot
fa4895dad8
Ignore kademlia folder in code coverage (#109) 2019-01-28 16:06:03 -05:00
Tran Ly Vu
ebd5ddc21f Update unit tests from peer package (#103)
* Update more test for peerid.py

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Update more tests for peerid.py

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Update more tests for peerid.py

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Update more unit tests

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Update more unit tests

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* FIx travis failaure

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix travis failaure

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Update indent-string to tab

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix lines that too long

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Convert indent back to space

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix lines that too long

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix lines that too long

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix lines that too long

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix lines that too long

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Disable W0212 and E1120

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix lines that too long

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix failure from travis

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Fix failure from travis

Signed-off-by: Tran Ly Vu <tranly.vu@accellion.com>

* Remove W0212 and E1120

Signed-off-by: Tran Ly Vu <vutransingapore@gmail.com>

* Fix packages import

Signed-off-by: Tran Ly Vu <vutransingapore@gmail.com>

* Add pylint dsiable

Signed-off-by: Tran Ly Vu <vutransingapore@gmail.com>
2019-01-12 11:31:08 -05:00
Robert Zajac
fef4a5f5f6
Merge pull request #108 from zixuanzh/requirements_dev
Adding requirements_dev.txt
2019-01-10 21:00:57 -05:00
Robert Zajac
e47c4e98fa adding requirements_dev.txt 2019-01-10 19:44:24 -05:00
zixuanzh
7c2b2800a8 Merge branch 'magniff-feature/issue-104' 2019-01-10 20:46:44 +08:00
zixuanzh
71a6b868e1 fix merge conflicts 2019-01-10 20:45:03 +08:00
Robert Zajac
ba8d2491d4
Merge pull request #106 from zixuanzh/protocol-mux-lint
Fixing linting errors in protocol_muxer and adding to Travis
2019-01-09 21:38:22 -10:00
Robert Zajac
714ea929a7 bad travis copy 2019-01-09 20:35:03 -05:00
Robert Zajac
869351a380 upgrading pip, as in #105 2019-01-09 20:32:02 -05:00
Robert Zajac
1dbe490623 fixing linting errors with protocol_muxer and adding to Travis 2019-01-09 20:24:41 -05:00
Alexander Koshkin
597f94ddb2 Pylint --ignore-patterns seems to be broken. 2019-01-09 23:10:36 +03:00
Alexander Koshkin
58743bb373 Unpack bash curly stuff. 2019-01-09 22:34:35 +03:00
Alexander Koshkin
113021eacd Delete trailing whitespace issue, ignore previously untested folders for now. 2019-01-09 22:30:18 +03:00
Alexander Koshkin
3ab741feb4 Upgrade pip, using pytest>=3.6. 2019-01-09 22:13:44 +03:00
Alexander Koshkin
d629a0c85e Fix examples/chat/chat.py. Extract test requirements to .travis.yaml file. 2019-01-09 22:01:46 +03:00
Alexander Koshkin
ce6ddb27a9 Migrate to new project structure. 2019-01-09 21:38:56 +03:00
Alexander Koshkin
880ae748d1 Delete requirements.txt file, add setup.py instead. 2019-01-09 20:57:41 +03:00
Robert Zajac
ab1aa0e7a8
adding links to maintainers 2018-12-31 08:37:39 -08:00
Robert Zajac
6821236e8f
Adding maintainers to README 2018-12-31 08:33:26 -08:00
Robert Zajac
9cfe26fcd3
Merge pull request #99 from zixuanzh/proper-multiaddr
Updating to proper multiaddr dependency
2018-12-28 20:17:33 -05:00
Robert Zajac
2f33f55141 updating peerinfo variable style 2018-12-28 02:01:50 -05:00
Robert Zajac
4c0cd8730f updating to proper multiaddr and changing to p2p 2018-12-28 01:56:00 -05:00
Robert Zajac
f6c6ec2213
Merge pull request #98 from zixuanzh/feature-breakdown
Adding feature breakdown to readme
2018-12-23 11:13:59 -05:00
Robert Zajac
d12bac462e adding unplanned features and lemons 2018-12-22 12:19:17 -05:00
Robert Zajac
84e09ee243 Adding feature breakdown to readme 2018-12-22 01:19:24 -05:00
Robert Zajac
2e9b647563
Merge pull request #96 from zaibon/test_chat
make the chat example a runnable test
2018-12-21 18:21:54 -05:00
Christophe de Carvalho Pereira Martins
97e554e265
make the chat example a runnable test
fixes #71
2018-12-21 09:03:20 +01:00
Robert Zajac
390f2fa9f4
Merge pull request #94 from zaibon/test_port_management
don't manually assign port during test
2018-12-20 08:53:26 -05:00
Christophe de Carvalho Pereira Martins
2a324c0076
don't manually assign port during test
fixes #89
instead of saving the multiaddr received in the listen method of the
tcp transport class, read what the service is actually listening on
this allow to use 0 as port and let the OS choose a free port for us
2018-12-07 22:28:07 +02:00
Robert Zajac
b06aec4c47
adding libp2p irc to README 2018-12-05 17:33:43 -05:00
Robert Zajac
f54ac8aaa1
Merge pull request #91 from zixuanzh/next-stream-id
Refactoring stream IDs and notion of initiator
2018-12-01 12:43:53 -05:00
Robert Zajac
803999310a refactoring stream IDs 2018-11-29 13:42:05 -05:00
Robert Zajac
49bc5d2f65 Merge branch 'next-stream-id' of https://github.com/zixuanzh/py-libp2p into next-stream-id
merging in remote
2018-11-29 12:56:02 -05:00
Christophe de Carvalho
611de28aca Add basic support for multiaddr addresses and improvement around peer id (#75)
* Improved peer ID construction and usage

* peer id object is directly passed to the network

no need to cast from a string to an ID

* don't base64 encode the peer id when loading from public key

* use proper multiaddr address

- keep multiaddr object into peerstore instead of string
- update network code to use new multiaddr lib
- update tests and example

* don't instanciate peerstore object in constructor

This has side effect where the same peerstore
is used for different instance of Libp2p

* add connect method to basic_host

* use zaibon's fork of sbuss/py-multiaddr

* lint
2018-11-29 10:06:40 -05:00