saurabh maheshwari | 1 Dec 2009 07:43
Picon

Regarding actual Noise values

Hey all,

I was trying to get noise values using RXStats. We find that rate and RSSI
values are displayed but the noise value is always 0. We are using Atheros
device driver and its a university setting with people around. We have used
AthdescEncap and AthdescDecap. We also tried using Prism2Encap and
Prism2Decap but it still gives noise value as 0.

data:  380 | *24Mb +20/ 0* | data frds FF-FF-FF-FF-FF-FF 06-0B-03-9F-23-BC
00-90-0B-09-B6-34 seq 3354 [ wep ]
data:  380 | 24Mb +17/ 0 | data frds FF-FF-FF-FF-FF-FF 06-0B-03-D8-C8-EB
00-90-0B-09-B6-34 seq 3355 [ wep ]
data:  380 | 24Mb +20/ 0 | data frds FF-FF-FF-FF-FF-FF 06-0B-03-3C-C7-44
00-90-0B-09-B6-34 seq 3356 [ wep ]
data:  418 | 24Mb +19/ 0 | data frds FF-FF-FF-FF-FF-FF 06-0B-03-9F-23-BC
00-90-0B-09-B6-34 seq 3968 [ wep ]
data:  418 | 24Mb +19/ 0 | data frds FF-FF-FF-FF-FF-FF 06-0B-03-D8-C8-EB
00-90-0B-09-B6-34 seq 3969 [ wep ]
data:  418 | 24Mb +18/ 0 | data frds FF-FF-FF-FF-FF-FF 06-0B-03-3C-C7-44
00-90-0B-09-B6-34 seq 3970 [ wep ]
data:  418 | 11Mb +12/ 0 | data frds FF-FF-FF-FF-FF-FF 06-0B-03-1E-9E-C8
00-90-0B-09-B6-34 seq 2432 [ wep ]
crc failed keyid 0 iv 61782 99949ab1 wanted 626759e6 9d98a619
data:  118 |  1Mb +37/ 0 | data frds FF-FF-FF-FF-FF-FF 00-18-4D-94-6F-9C
00-21-9B-4F-C6-67 seq 3791 [ wep ]
crc failed keyid 0 iv 61784 f26c6298 wanted e144382e 1ebbc7d1
data:  118 |  1Mb +38/ 0 | data frds FF-FF-FF-FF-FF-FF 00-18-4D-94-6F-9C
00-21-9B-4F-C6-67 seq 4050 [ wep ]
crc failed keyid 0 iv 61786 66a78f05 wanted 452f9b2d bad064d2
data:  118 |  1Mb +37/ 0 | data frds FF-FF-FF-FF-FF-FF 00-18-4D-94-6F-9C
(Continue reading)

科进 舒 | 1 Dec 2009 08:38
Picon
Favicon

help about fromdevice

hi,
       I have a question that I want to use click to capture packets and store them in pcap
files and I want to know that where do the pcap files captured store?
     
        Waiting to hear from you! Thank you very
much!
 
                                                                       
Yours
sinceryly,
                                                                                Aaron
Shu 

      ___________________________________________________________ 
  好玩贺卡等你发,邮箱贺卡全新上线! 
http://card.mail.cn.yahoo.com/
_______________________________________________
click mailing list
click <at> amsterdam.lcs.mit.edu
https://amsterdam.lcs.mit.edu/mailman/listinfo/click
Beyers Cronje | 1 Dec 2009 10:02
Picon
Gravatar

Re: help about fromdevice

Hi,

You will need to use ToDump and specify the pcap file location as a
parameter in your Click configuration, have a look at
http://read.cs.ucla.edu/click/elements/todump

Beyers

On Tue, Dec 1, 2009 at 9:38 AM, 科进 舒 <aaronup9999 <at> yahoo.com.cn> wrote:

> hi,
>        I have a question that I want to use click to capture packets and
> store them in pcap files and I want to know that where do the pcap files
> captured store?
>
>         Waiting to hear from you! Thank you very much!
>
>
> Yours sinceryly,
>                                                                                 Aaron
> Shu
>
>
>      ___________________________________________________________
>  好玩贺卡等你发,邮箱贺卡全新上线!
> http://card.mail.cn.yahoo.com/
> _______________________________________________
> click mailing list
> click <at> amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
(Continue reading)

Eddie Kohler | 2 Dec 2009 00:11
Favicon

Re: Mac OS X assert failed when trying to use KernelTun

Pekka,

Thanks so much!!  This is excellent.  I've checked it in with a couple 
edits to the documentation.

Eddie

Pekka Nikander wrote:
> Eddie,
> 
> This a patch that implements the route adding on Mac OS X, and explains the small difference in the
document.  Minimally tested and seems to work.
> 
> --Pekka
> 
> diff --git a/elements/userlevel/kerneltun.cc b/elements/userlevel/kerneltun.cc
> index ca59225..abe95ac 100644
> --- a/elements/userlevel/kerneltun.cc
> +++ b/elements/userlevel/kerneltun.cc
>  <at>  <at>  -40,6 +40,7  <at>  <at> 
>  # define KERNELTUN_OSX 1
>  // assume tun driver installed from http://chrisp.de/en/projects/tunnel.html
>  // this driver doesn't produce or expect packets with an address family prepended
> +#include <net/route.h>
>  #endif
>  #if defined(HAVE_NET_IF_TAP_H)
>  # define KERNELTAP_NET 1
>  <at>  <at>  -302,6 +303,50  <at>  <at>  KernelTun::updown(IPAddress addr, IPAddress mask, ErrorHandler *errh)
>  #else
>  # error "Lacking SIOCSIFADDR and/or SIOCSIFNETMASK"
(Continue reading)

Eddie Kohler | 2 Dec 2009 02:08
Favicon

Re: AODV and OLSR implementations

Dear Michael and PATS,

This is fantastic!!  Thank you so much for making this available.  And I 
love, love, love to see new Git repositories :)

Attached are two patches for the AODV elements to bring them up to date 
with mainline.  The first uses cp_va_kparse; the second switches 
Timestamp in for timeval.  I hope they are useful.

Any chance we can format these as a package?  What would be the best way 
to get them used?

Eddie

Michael Voorhaen wrote:
> Dear all,
> 
> It is our pleasure to announce to you that we have released of our AODV and OLSR implementations for Click
Modular Router at <http://github.com/patsgit>.
> 
> The OLSR implementation was written for Click 1.5 and the AODV implementation for Click 1.6. However, we
have decided to release them in a tree that contains the current Click git release. Our two trees are
actually git forks of the Click git repository. Currently things compile with --enable-aodv or
--enable-olsr, however some work is needed to improve compatibility with the click-git. e.g. in the OLSR
implementation there are still some calls to deprecated classes and functions.
> 
> Be sure to read the README files, they contain valuable information on known bugs. We welcome any patches,
hoping this can improve the quality of our implementations and help the community.
> 
> We have chosen to release this code as is. The code is often maintained by different people in our group, who
(Continue reading)

Eddie Kohler | 2 Dec 2009 02:11
Favicon

Re: [PATCH]: radiotapdecap.cc: pull the correct amount of bytes on big-endian

Alastair,

Thanks,a pplied!

E

Alastair McKinley wrote:
> Hi Eddie,
> 
> I sent a patch some time ago regarding big-endian problems in
> radiotapdecap.cc.
> Somehow I missed sending one of the changes in my local tree and just
> noticed today that it wasn't applied to your tree.
> 
> Attached is another one liner.
> 
> Alastair
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> click mailing list
> click <at> amsterdam.lcs.mit.edu
> https://amsterdam.lcs.mit.edu/mailman/listinfo/click
Ian Rose | 2 Dec 2009 02:36
Picon

Re: [PATCH]: radiotapdecap.cc: pull the correct amount of bytes on big-endian

Hi Eddie -

If you are in the mood to patch radiotap elements, I submitted some 
patches a few months ago that I don't think were ever applied (and if 
the patch was rejected, I didn't hear that).

This is the original email (verbose explanation at the top, patches at 
the end):
https://pdos.csail.mit.edu/pipermail/click/2009-August/008190.html

- Ian

Eddie Kohler wrote:
> Alastair,
> 
> Thanks,a pplied!
> 
> E
> 
> 
> Alastair McKinley wrote:
>> Hi Eddie,
>>
>> I sent a patch some time ago regarding big-endian problems in
>> radiotapdecap.cc.
>> Somehow I missed sending one of the changes in my local tree and just
>> noticed today that it wasn't applied to your tree.
>>
>> Attached is another one liner.
>>
(Continue reading)

wp3891 | 2 Dec 2009 03:05
Picon

Help, Fromhost

Dear all, 

I have a problem about fromhost when I use Click in USERLEVEL. I want to use Click's StaticLookup to realize a
router, but it works just well when the rouer just work as a 'bridge' , for example, two hosts connecting to
the router will ping each other well, but when the two hosts connecting each other with two Click
Statictable routers , the host will not ping the farther router. I found it is the problem of FromHost. The
element of FromHost.u for userlevel is the same with that for kernel level. How could I use FromHost.u for
userlevel ?

The topology of my experiment is as follow:
E(IP:10.0.5.3)---------(IP:10.0.5.2)C(IP:10.0.4.2)---------(IP:10.0.4.3)B(IP:10.0.6.2)----------(IP:10.0.6.3)F
When F(10.0.6.3) ping E(10.0.5.3), F will get reply, when F ping C (10.0.4.2), F will get nothing.

The script of C is as follow:

//eth0     10.0.3.3  00:27:19:91:28:22  
//eth1     10.0.4.2  00:27:19:90:E6:1B  
//eth2     10.0.5.2  00:12:3F:C4:7B:18  

ip :: Strip(14)
    -> CheckIPHeader(INTERFACES 10.0.6.2/255.255.255.0  10.0.2.3/255.255.255.0 
10.0.4.3/255.255.255.0)  // here needs reconfigured, all ip/netmask of the three devices
    -> Print("before1 rt")
    -> IPPrint
    -> Print("before2  ")
    -> rt :: StaticIPLookup(
        10.0.3.3/32     0,
        10.0.4.2/32     0,
        10.0.5.2/32     0,
        // to networks
(Continue reading)

Bart Braem | 2 Dec 2009 14:19
Picon

Re: AODV and OLSR implementations

Dear Eddie,

You are welcome! The two patches have been applied and pushed to github, just pull to make them available. We
are still learning git step-by-step, this is why you will notice that the first patch was not properly
signed off. My apologies for that, I did not discover how to use git-reset or git-revert to do that.

These elements have been tested in a number of setups before, so you should be able to use them quite quickly.
How would you like to integrate them as packages? For now we have patched some of the configure files to get
the package setup done.

best regards,
Bart

On 02 Dec 2009, at 02:08, Eddie Kohler wrote:

> Dear Michael and PATS,
> 
> This is fantastic!!  Thank you so much for making this available.  And I love, love, love to see new Git
repositories :)
> 
> Attached are two patches for the AODV elements to bring them up to date with mainline.  The first uses
cp_va_kparse; the second switches Timestamp in for timeval.  I hope they are useful.
> 
> Any chance we can format these as a package?  What would be the best way to get them used?
> 
> Eddie
> 
> 
> Michael Voorhaen wrote:
>> Dear all,
(Continue reading)

Bart Braem | 2 Dec 2009 14:50
Picon

Build Clicky with non-root permissions?

Hi,

Is it possible to build Clicky with non-root permissions? I have tried to use the prefix option to
configure, but it still refuses to recognise my Click installation.

On a related note: I tried click-pretty and noticed it does not use internal element names as labels. Am I
missing a flag to enable this or should I try patching this in?

Best regards,
Bart

Gmane