Re: Implement Get-Range

2007-02-07 Thread Yaniv S.
Currently my implementation is assuming B==R. any other case generates error in use. On 2/5/07, Juergen Schoenwaelder <[EMAIL PROTECTED]> wrote: > On Sat, Feb 03, 2007 at 08:34:45AM +0100, Magnus Fromreide wrote: > > > If, using the definitions of N, B and R from the ID, B != R, then what > > sh

Re: Implement Get-Range

2007-02-07 Thread Juergen Schoenwaelder
On Sat, Feb 03, 2007 at 08:34:45AM +0100, Magnus Fromreide wrote: > If, using the definitions of N, B and R from the ID, B != R, then what should > happen? If B < R I suppose the extra B's should be ignored but if R > B the > most reasonable interpretation of the additional parameters seems to be

Re: Implement Get-Range

2007-02-03 Thread Magnus Fromreide
On Sat, Feb 03, 2007 at 08:34:45AM +0100, Magnus Fromreide wrote: > On Thu, Jan 25, 2007 at 08:36:44AM +0100, Juergen Schoenwaelder wrote: > > On Wed, Jan 24, 2007 at 07:02:01PM +0200, Yaniv S. wrote: > > > Hello all, > > > > > > I'm Intrested to add an Implementation of get-range method to an snm

Re: Implement Get-Range

2007-02-02 Thread Magnus Fromreide
On Thu, Jan 25, 2007 at 08:36:44AM +0100, Juergen Schoenwaelder wrote: > On Wed, Jan 24, 2007 at 07:02:01PM +0200, Yaniv S. wrote: > > Hello all, > > > > I'm Intrested to add an Implementation of get-range method to an snmp > > client for academic reasons (resarch and such). > > Get Range was defi

Re: Implement Get-Range

2007-01-28 Thread Yaniv S.
Dave, I'm going to start reviewing the code this weekend. I'm unfamiliar with the code so it will take me a while as well before I could bring up design ideas. As I said this is a tool for an academic project so I'll be on it anyhow. I would be glad to have someone to share with ideas on implement

Re: Implement Get-Range

2007-01-25 Thread Thomas Anders
Dave Shield wrote: >Wes, Robert, Thomas et al - what would your feelings be about > including this sort of extension into the main Net-SNMP distribution? > (via an explicit option to 'configure', of course). No objections from my side. +Thomas -- Thomas Anders (thomas.anders at blue-cable.

Re: Implement Get-Range

2007-01-25 Thread Dave Shield
On 25/01/07, Juergen Schoenwaelder <[EMAIL PROTECTED]> wrote: > On Wed, Jan 24, 2007 at 07:02:01PM +0200, Yaniv S. wrote: > > I'm Intrested to add an Implementation of get-range method to an snmp > > client for academic reasons (resarch and such). > > Get Range was defined in Internet Draft but was

Re: Implement Get-Range

2007-01-24 Thread Juergen Schoenwaelder
On Wed, Jan 24, 2007 at 07:02:01PM +0200, Yaniv S. wrote: > Hello all, > > I'm Intrested to add an Implementation of get-range method to an snmp > client for academic reasons (resarch and such). > Get Range was defined in Internet Draft but wasn't approved as RFC. I personally would very much app

Re: Implement Get-Range

2007-01-24 Thread Dave Shield
On 24/01/07, Yaniv S. <[EMAIL PROTECTED]> wrote: > I'm Intrested to add an Implementation of get-range method to an snmp > client for academic reasons (resarch and such). > Get Range was defined in Internet Draft but wasn't approved as RFC. > My question is whether I'm able to implement it as a dif