Skip to content

How do we create a plugin.so file with python code for a server in the Shadow TOR simulation ? #3251

Answered by jtracey
Shubhi-73 asked this question in Q&A
Discussion options

You must be logged in to vote

Shadow doesn't need plugins any more, you can just configure processes directly. Check out the current documentation for some examples on how to do that. Note that executing bash scripts instead of doing everything in a python (or whatever) process will rely heavily on fork/exec. That won't work in Shadow 3.0. It might in the latest git version of Shadow, but it isn't fully implemented (see the relevant milestone for some hints on what does and doesn't work).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@robgjansen
Comment options

@Shubhi-73
Comment options

@jtracey
Comment options

@robgjansen
Comment options

@stevenengler
Comment options

Answer selected by Shubhi-73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants