Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up repo #31

Open
aaaaalbert opened this issue Sep 5, 2014 · 3 comments
Open

Clean up repo #31

aaaaalbert opened this issue Sep 5, 2014 · 3 comments
Assignees

Comments

@aaaaalbert
Copy link
Contributor

This repository contains a few items which I'm not sure are used anymore, such as advertiseserver.mix (single-threaded RepyV1 server), deploy_advertiseserver.sh (should be superseded at least partially by the new build script), and advertise_test_routine.repy (an attempt at an integration test?).

See what is actually deployed, remove whatever isn't.

@XuefengHuang
Copy link

deploy_advertiseserver.sh function is to copy files to target directory just like the new build script. Then it will run python repypp.py servicelogger.mix servicelogger.py and python repypp.py advertiseserver.mix advertiseserver.py. But I can't find servicelogger.mix. I notice that servicelogger.mix is replaced with servicelogger.py from github history. Finally, python repy.py restrictions.advertiseserver advertiseserver.py can start advertiseserver. So perhaps advertiseserver.mix is useful now.

@XuefengHuang
Copy link

When I run python advertiseserver.py, I cannot find the module serialize and session. They seem to be Repy module not Python module. So import serialize import session is correct in advertiseserver.pyhttps://github.com/SeattleTestbed/advertiseserver/blob/master/advertiseserver.py?

@JustinCappos
Copy link

These are r2py files. You need to include them through dylink.

So you'll set up dylink and then do something like: session =
dy_import_module("session.r2py")

On Sun, Jan 18, 2015 at 4:49 PM, Xuefeng [email protected] wrote:

When I run python advertiseserver.py, I cannot find the module serialize
and session. They seem to be Repy module not Python module. So import
serialize import session is correct in advertiseserver.py
https://github.com/SeattleTestbed/advertiseserver/blob/master/advertiseserver.py
?


Reply to this email directly or view it on GitHub
#31 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants