Skip to content

Commit

Permalink
Make seash use fastnmclient
Browse files Browse the repository at this point in the history
This is a lot faster (!), and fixes a few logical bugs in the way
nodes are contacted, messages signed, etc.

Proposed fix for SeattleTestbed#83.
  • Loading branch information
aaaaalbert committed Apr 9, 2015
1 parent 276fa8e commit 45eaecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/config_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
./modules/uploaddir/* modules/uploaddir
./modules/variables/* modules/variables


DEPENDENCIES/repy_v2/*
DEPENDENCIES/portability/*
DEPENDENCIES/seattlelib_v2/*
DEPENDENCIES/affix/*
DEPENDENCIES/affix/components/*
DEPENDENCIES/common/*
DEPENDENCIES/nodemanager/fastsigneddata.py


# Tests
test DEPENDENCIES/utf/*
Expand Down
4 changes: 3 additions & 1 deletion seash_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
# For loadstate and savestate
serialize = dy_import_module("serialize.r2py")

nmclient = dy_import_module("nmclient.r2py")
# Use fastnmclient rather than the Repy implementation
# (See SeattleTestbed/seash#83)
import fastnmclient as nmclient



Expand Down

0 comments on commit 45eaecc

Please sign in to comment.