-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: replace zerorpc with pyro4 for communication between clients a…
…nd agent zerorpc-python is not actively maintained (repository last updated 4 years ago): switch to pyro4 since it shares many of the concepts found in zerorpc (very few changes were required to move from one to another). Both Debian and Ubuntu ship python3-pyro4 packages. BREAKING CHANGE: clients running an older version of MTDA based on zerorpc will not be able to communicate with a server using pyro4. Signed-off-by: Cedric Hombourger <[email protected]>
- Loading branch information
1 parent
503a9ae
commit 707e2af
Showing
21 changed files
with
73 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
kconfiglib python3-kconfiglib | ||
requests python3-requests | ||
zerorpc python3-zerorpc | ||
zstandard python3-zstandard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
meta-isar/recipes-python/zerorpc/files/0001-gevent_zmq-import-enums-from-pyzmq-23.0.0.patch
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
meta-isar/recipes-python/zerorpc/files/0002-do-not-use-future.patch
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/changelog
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/compat
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/control
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/copyright
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/rules
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/source/format
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/source/local-options
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
meta-isar/recipes-python/zerorpc/files/zerorpc-0.6.3/debian/watch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,6 @@ class POWER: | |
|
||
|
||
class RPC: | ||
HEARTBEAT = 20 | ||
TIMEOUT = 2*60 | ||
|
||
|
||
|
Oops, something went wrong.