Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ac6cf93f
Commit
ac6cf93f
authored
May 12, 2004
by
Leigh B. Stoller
Browse files
More tweaks.
parent
b9c5e9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/tutorial/wireless.html
View file @
ac6cf93f
...
...
@@ -153,3 +153,17 @@ your desktop or from <tt>users</tt>.
sshxmlrpc_client.py link_config proj=myproj exp=myexp
link=lan0 "params={'accesspoint': '00:09:5B:94:26:AF'}"
</code></pre>
You may also change the settings for an individual node in a wireless
lan (although in some cases this could make the lan unusable if you
were to change a setting on just a single node). To do this, use the
<tt>
-s
</tt>
option to link_config or the
<tt>
src
</tt>
argument to the
XMLRPC interface:
<code><pre>
link_config -s nodew1 myproj myexp lan0 txpower=50
sshxmlrpc_client.py link_config proj=myproj exp=myexp
src=nodew1 link=lan0 "params={'txpower': 50}"
</code></pre>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment