* [uml-devel] 802.11 emulation under UML
@ 2004-03-22 17:00 maria maria
2004-03-23 20:21 ` Felix Müri
0 siblings, 1 reply; 3+ messages in thread
From: maria maria @ 2004-03-22 17:00 UTC (permalink / raw)
To: user-mode-linux-devel
Hi!
I want to make a module based off the net daemon that
has wireless extensions.
The first thing I need to do is to make an uml
wireless daemon that simulates 802.11 protocol
(CSMA/CA: to send RTS, CTS, ACK for each packet, to
run a backoff algorithm
to realize collision avoidance, etc...).
I would like to know where in the uml switch code is
the best place to do that.
I'm really looking for some help with uml switch
because it is pretty undocumented... I think I need to
add some set from inside uml, but I really don't know
how to do...I'm pretty new to linux.....
Can someone help me?
Thank you in advance!
Maria
______________________________________________________________________
Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] 802.11 emulation under UML
2004-03-22 17:00 [uml-devel] 802.11 emulation under UML maria maria
@ 2004-03-23 20:21 ` Felix Müri
2004-03-23 21:47 ` Michael Richardson
0 siblings, 1 reply; 3+ messages in thread
From: Felix Müri @ 2004-03-23 20:21 UTC (permalink / raw)
To: maria maria, User-mode-linux-devel
maria maria wrote:
> Hi!
> I want to make a module based off the net daemon that
> has wireless extensions.
> The first thing I need to do is to make an uml
> wireless daemon that simulates 802.11 protocol
> (CSMA/CA: to send RTS, CTS, ACK for each packet, to
> run a backoff algorithm
> to realize collision avoidance, etc...).
> I would like to know where in the uml switch code is
> the best place to do that.
> I'm really looking for some help with uml switch
> because it is pretty undocumented...
uml_switch uses the interface for routing ethernet packets which has
noting to do with device drivers (the standard tun device driver is used).
I wouldn't say, that uml switch is badly documented. The code is
straight forward and well written (I had to understand it to program my
replacement uml_switch2 (http://www.uxu.ch/uxu/software/uml_switch2)
I fear, you need to replace the daemon uml-networkadapter with something
more powerful. By the way, Jeff has some ideas for additional changes in
the uml-networkadapter that you could implement too ;-)
Regards, Felix
I think I need to
> add some set from inside uml, but I really don't know
> how to do...I'm pretty new to linux.....
> Can someone help me?
> Thank you in advance!
>
> Maria
>
>
> ______________________________________________________________________
> Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam
> http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] 802.11 emulation under UML
2004-03-23 20:21 ` Felix Müri
@ 2004-03-23 21:47 ` Michael Richardson
0 siblings, 0 replies; 3+ messages in thread
From: Michael Richardson @ 2004-03-23 21:47 UTC (permalink / raw)
To: maria maria; +Cc: User-mode-linux-devel
-----BEGIN PGP SIGNED MESSAGE-----
Maria, I have been proposing to write a new network back end for
UML that does full 802.11, including beacons, station attachment, and
flow control.
This would be a "wlanX" equivalent in UML - hostapd being the base
for the top parts, and the uml_switch-replacement + new backend
doing the functions which typically are done by the 802.11 firmware
itself.
uml_switch can't help you.
It isn't a trivial undertaking, and I have been seeking funding
for it. I have two partial funders for this work.
- --
] ON HUMILITY: to err is human. To moo, bovine. | firewalls [
] Michael Richardson, Xelerance Corporation, Ottawa, ON |net architect[
] mcr@xelerance.com http://www.sandelman.ottawa.on.ca/mcr/ |device driver[
] panic("Just another Debian GNU/Linux using, kernel hacking, security guy"); [
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Finger me for keys
iQCVAwUBQGCwcYqHRg3pndX9AQHxyAP+LQcynB1nClG1SHjGSfpuzIoVHxTlHIDP
SPGFWImQsFMMmMIPi0ezG1iNu9TV4Mk9L6OZaBuSlqelRZPkTK3h4lOwdaRCotX6
DPpPIobe7dORfb0rH7UqU0GmzPyASOMwT4WLZo/80dq7oixpCs+7BZpkWURYYHH9
/jSfHP2o53g=
=7xow
-----END PGP SIGNATURE-----
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-03-23 21:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-22 17:00 [uml-devel] 802.11 emulation under UML maria maria
2004-03-23 20:21 ` Felix Müri
2004-03-23 21:47 ` Michael Richardson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.