You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Chenna Venkatasubbaiah-KRG637 <Ve...@motorola.com> on 2009/09/11 10:38:43 UTC

Newbie

 Hello All - Recently while browsing I came to know about MINA. I am a
Java/J2EE developer.

I am working in wireless broad band and networking company and I have
limited knowledge on networking domain. 

In our company we manufacture Wireles switches, Routers and Access Ports
etc., And its softwares.

I would like to know How MINA will be useful and what kind of business
applications we can build using MINA. 

Thanks in advance for the information.

Chenna





Re: Newbie

Posted by Ashish <pa...@gmail.com>.
Ok, will try to fix it as soon as I am back onto it.

thanks
ashish

On Tue, Sep 15, 2009 at 1:09 PM, Julien Vermillard
<jv...@archean.fr> wrote:
> Hi
> I have no idea of the source of the problem.
> Was working last time I tried. Perhaps it's a port opening problem ?
> Julien
>

Re: Newbie

Posted by Julien Vermillard <jv...@archean.fr>.
Hi
I have no idea of the source of the problem.
Was working last time I tried. Perhaps it's a port opening problem ?
Julien

Le Mon, 14 Sep 2009 18:46:20 +0530,
Ashish <pa...@gmail.com> a écrit :

> Julien,
> 
> Tried the MINA mapping. Its not working for me. It throws
> java.net.PortUnreachableException exception.
> Tried capturing packet, but no packets are sent. My agent simulator is
> running on port 8001.
> 
> Here are the traces
> 
> [DEBUG] 2009-09-14 18:43:25,437 [main] Got session (0x00000001: nio
> datagram, client, /10.100.207.73:2067 => LWUS1B066/10.100.207.73:0)
> [DEBUG] 2009-09-14 18:43:25,437 [NioProcessor-1] session opened
> (0x00000001: nio datagram, client, /10.100.207.73:2067 =>
> LWUS1B066/10.100.207.73:0)
> [DEBUG] 2009-09-14 18:43:25,609 [main] Running pending async request
> with handle PduHandle[1331093115] and retry count left 1
> [DEBUG] 2009-09-14 18:43:25,609 [main] Sending message to
> 10.100.207.73/8001 with length 37:
> 30:23:02:01:01:04:06:70:75:62:6c:69:63:a5:16:02:04:4f:56:de:7b:02:01:00:02:01:0a:30:08:30:06:06:02:2b:06:05:00
> [DEBUG] 2009-09-14 18:43:25,703 [NioProcessor-1] sent :
> HeapBuffer[pos=0 lim=37 cap=37: 30 23 02 01 01 04 06 70 75 62 6C 69 63
> A5 16 02...]
> [ERROR] 2009-09-14 18:43:25,734 [NioProcessor-1] Network exception
> java.net.PortUnreachableException
> 	at sun.nio.ch.DatagramDispatcher.read0(Native Method)
> 	at
> sun.nio.ch.DatagramDispatcher.read(DatagramDispatcher.java:25) at
> sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233) at
> sun.nio.ch.IOUtil.read(IOUtil.java:206) at
> sun.nio.ch.DatagramChannelImpl.read(DatagramChannelImpl.java:324) at
> org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:179)
> at
> org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:41)
> at
> org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:592)
> at
> org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:563)
> at
> org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:552)
> at
> org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(AbstractPollingIoProcessor.java:56)
> at
> org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:891)
> at
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
> at java.lang.Thread.run(Thread.java:619) [DEBUG] 2009-09-14
> 18:43:25,734 [NioProcessor-1] session closed [ WARN] 2009-09-14
> 18:43:26,609 [Timer-0] Sending confirmed PDU
> GETBULK[requestID=1331093115, errorStatus=Success(0), errorIndex=10,
> VBS[1.3.6 = Null]] to target 10.100.207.73/8001 although transport
> mapping org.snmp4j.mina.MinaUdpTransportMapping@1f934ad is not
> listening for a response [DEBUG] 2009-09-14 18:43:26,609 [Timer-0]
> Running pending async request with handle PduHandle[1331093115] and
> retry count left 0 [DEBUG] 2009-09-14 18:43:26,609 [Timer-0] Sending
> message to 10.100.207.73/8001 with length 37:
> 30:23:02:01:01:04:06:70:75:62:6c:69:63:a5:16:02:04:4f:56:de:7b:02:01:00:02:01:0a:30:08:30:06:06:02:2b:06:05:00
> [DEBUG] 2009-09-14 18:43:27,609 [Timer-0] Request timed out:
> 1331093115 [DEBUG] 2009-09-14 18:43:27,640 [Timer-0] Cancelling
> pending request with handle PduHandle[1331093115]
> 
> 
> Am I missing something here?
> 
> thanks
> ashish
> 
> 
> On Fri, Sep 11, 2009 at 8:05 PM, Ashish <pa...@gmail.com>
> wrote:
> > Ok! Porting done to MINA 2.0 M6
> >
> > Porting was easy. The thread didn't had answer to why an Agent need
> > access to Logger?
> > So, if we use MINA Transport mapping, we will definitely need SLF4J,
> > and that shouldn't be an issue :-)
> >
> > Should I change this code
> >
> > ConnectFuture cf = connector.connect(new
> > InetSocketAddress(getAddress().getInetAddress(),
> > getAddress().getPort()));
> >        cf.awaitUninterruptibly();
> >
> > to
> >
> > for (;;) {
> >              try {
> >                  ConnectFuture future = connector.connect(new
> > InetSocketAddress(
> >                          HetAddress().getInetAddress(),
> > getAddress().getPort()));
> >                  future.awaitUninterruptibly();
> >                  session = future.getSession();
> >                  break;
> >              } catch (RuntimeIoException e) {
> >                  System.err.println("Failed to connect.");
> >                  e.printStackTrace();
> >              }
> >          }
> >
> >
> > Will test this tomorrow. Not sure if SNMP4J guys have any test
> > suite for this
> >
> > thanks
> > ashish
> >
> > On Fri, Sep 11, 2009 at 7:42 PM, Julien Vermillard
> > <jv...@archean.fr> wrote:
> >> Le Fri, 11 Sep 2009 19:35:49 +0530,
> >> Ashish <pa...@gmail.com> a écrit :
> >>
> >>> On Fri, Sep 11, 2009 at 7:26 PM, Julien Vermillard
> >>> <jv...@archean.fr> wrote:
> >>> > Le Fri, 11 Sep 2009 19:08:49 +0530,
> >>> > Ashish <pa...@gmail.com> a écrit :
> >>> >> >
> >>> >> > Here a MINA based transport for SNMP4J :
> >>> >> > http://people.apache.org/~jvermillard/snmp4j/
> >>> >> >
> >>> >> > Julien
> >>> >>
> >>> >> Interesting. Never knew it existed :-)
> >>> >>
> >>> >> Great work. I would love to use it. The most interesting part
> >>> >> would be to benchmark the two implementations.
> >>> >> A good topic to write about :-)
> >>> >>
> >>> > Wowow a possible user ;)
> >>> > Perhaps you'll need to fix the code for use latest MINA 2, but
> >>> > it's probably trivial.
> >>> >
> >>> > Julien
> >>>
> >>>
> >>> Yes I would be very keen on using this.
> >>> By any chance, do SNMP4J guys know about this? I read that they
> >>> were looking for porting their lib to NIO.
> >>>
> >>> As I write this mail, I am integrating your code in SNMP4J code
> >>> on my machine. Once I am done, will definitely blog about this.
> >>>
> >> Here the thread on SMP4J ML (was crossposted to mina-dev)
> >> http://lists.agentpp.org/pipermail/snmp4j/2008-May/002935.html
> >> Julien
> >>
> >
> >
> >
> > --
> > thanks
> > ashish
> >
> > Blog: http://www.ashishpaliwal.com/blog
> > My Photo Galleries: http://www.pbase.com/ashishpaliwal
> >
> 
> 
> 

Re: Newbie

Posted by Ashish <pa...@gmail.com>.
Julien,

Tried the MINA mapping. Its not working for me. It throws
java.net.PortUnreachableException exception.
Tried capturing packet, but no packets are sent. My agent simulator is
running on port 8001.

Here are the traces

[DEBUG] 2009-09-14 18:43:25,437 [main] Got session (0x00000001: nio
datagram, client, /10.100.207.73:2067 => LWUS1B066/10.100.207.73:0)
[DEBUG] 2009-09-14 18:43:25,437 [NioProcessor-1] session opened
(0x00000001: nio datagram, client, /10.100.207.73:2067 =>
LWUS1B066/10.100.207.73:0)
[DEBUG] 2009-09-14 18:43:25,609 [main] Running pending async request
with handle PduHandle[1331093115] and retry count left 1
[DEBUG] 2009-09-14 18:43:25,609 [main] Sending message to
10.100.207.73/8001 with length 37:
30:23:02:01:01:04:06:70:75:62:6c:69:63:a5:16:02:04:4f:56:de:7b:02:01:00:02:01:0a:30:08:30:06:06:02:2b:06:05:00
[DEBUG] 2009-09-14 18:43:25,703 [NioProcessor-1] sent :
HeapBuffer[pos=0 lim=37 cap=37: 30 23 02 01 01 04 06 70 75 62 6C 69 63
A5 16 02...]
[ERROR] 2009-09-14 18:43:25,734 [NioProcessor-1] Network exception
java.net.PortUnreachableException
	at sun.nio.ch.DatagramDispatcher.read0(Native Method)
	at sun.nio.ch.DatagramDispatcher.read(DatagramDispatcher.java:25)
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233)
	at sun.nio.ch.IOUtil.read(IOUtil.java:206)
	at sun.nio.ch.DatagramChannelImpl.read(DatagramChannelImpl.java:324)
	at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:179)
	at org.apache.mina.transport.socket.nio.NioProcessor.read(NioProcessor.java:41)
	at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:592)
	at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:563)
	at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:552)
	at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(AbstractPollingIoProcessor.java:56)
	at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:891)
	at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
	at java.lang.Thread.run(Thread.java:619)
[DEBUG] 2009-09-14 18:43:25,734 [NioProcessor-1] session closed
[ WARN] 2009-09-14 18:43:26,609 [Timer-0] Sending confirmed PDU
GETBULK[requestID=1331093115, errorStatus=Success(0), errorIndex=10,
VBS[1.3.6 = Null]] to target 10.100.207.73/8001 although transport
mapping org.snmp4j.mina.MinaUdpTransportMapping@1f934ad is not
listening for a response
[DEBUG] 2009-09-14 18:43:26,609 [Timer-0] Running pending async
request with handle PduHandle[1331093115] and retry count left 0
[DEBUG] 2009-09-14 18:43:26,609 [Timer-0] Sending message to
10.100.207.73/8001 with length 37:
30:23:02:01:01:04:06:70:75:62:6c:69:63:a5:16:02:04:4f:56:de:7b:02:01:00:02:01:0a:30:08:30:06:06:02:2b:06:05:00
[DEBUG] 2009-09-14 18:43:27,609 [Timer-0] Request timed out: 1331093115
[DEBUG] 2009-09-14 18:43:27,640 [Timer-0] Cancelling pending request
with handle PduHandle[1331093115]


Am I missing something here?

thanks
ashish


On Fri, Sep 11, 2009 at 8:05 PM, Ashish <pa...@gmail.com> wrote:
> Ok! Porting done to MINA 2.0 M6
>
> Porting was easy. The thread didn't had answer to why an Agent need
> access to Logger?
> So, if we use MINA Transport mapping, we will definitely need SLF4J,
> and that shouldn't be an issue :-)
>
> Should I change this code
>
> ConnectFuture cf = connector.connect(new
> InetSocketAddress(getAddress().getInetAddress(),
> getAddress().getPort()));
>        cf.awaitUninterruptibly();
>
> to
>
> for (;;) {
>              try {
>                  ConnectFuture future = connector.connect(new
> InetSocketAddress(
>                          HetAddress().getInetAddress(),
> getAddress().getPort()));
>                  future.awaitUninterruptibly();
>                  session = future.getSession();
>                  break;
>              } catch (RuntimeIoException e) {
>                  System.err.println("Failed to connect.");
>                  e.printStackTrace();
>              }
>          }
>
>
> Will test this tomorrow. Not sure if SNMP4J guys have any test suite for this
>
> thanks
> ashish
>
> On Fri, Sep 11, 2009 at 7:42 PM, Julien Vermillard
> <jv...@archean.fr> wrote:
>> Le Fri, 11 Sep 2009 19:35:49 +0530,
>> Ashish <pa...@gmail.com> a écrit :
>>
>>> On Fri, Sep 11, 2009 at 7:26 PM, Julien Vermillard
>>> <jv...@archean.fr> wrote:
>>> > Le Fri, 11 Sep 2009 19:08:49 +0530,
>>> > Ashish <pa...@gmail.com> a écrit :
>>> >> >
>>> >> > Here a MINA based transport for SNMP4J :
>>> >> > http://people.apache.org/~jvermillard/snmp4j/
>>> >> >
>>> >> > Julien
>>> >>
>>> >> Interesting. Never knew it existed :-)
>>> >>
>>> >> Great work. I would love to use it. The most interesting part
>>> >> would be to benchmark the two implementations.
>>> >> A good topic to write about :-)
>>> >>
>>> > Wowow a possible user ;)
>>> > Perhaps you'll need to fix the code for use latest MINA 2, but it's
>>> > probably trivial.
>>> >
>>> > Julien
>>>
>>>
>>> Yes I would be very keen on using this.
>>> By any chance, do SNMP4J guys know about this? I read that they were
>>> looking for porting their lib to NIO.
>>>
>>> As I write this mail, I am integrating your code in SNMP4J code on my
>>> machine. Once I am done, will definitely blog about this.
>>>
>> Here the thread on SMP4J ML (was crossposted to mina-dev)
>> http://lists.agentpp.org/pipermail/snmp4j/2008-May/002935.html
>> Julien
>>
>
>
>
> --
> thanks
> ashish
>
> Blog: http://www.ashishpaliwal.com/blog
> My Photo Galleries: http://www.pbase.com/ashishpaliwal
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: Newbie

Posted by Ashish <pa...@gmail.com>.
Ok! Porting done to MINA 2.0 M6

Porting was easy. The thread didn't had answer to why an Agent need
access to Logger?
So, if we use MINA Transport mapping, we will definitely need SLF4J,
and that shouldn't be an issue :-)

Should I change this code

ConnectFuture cf = connector.connect(new
InetSocketAddress(getAddress().getInetAddress(),
getAddress().getPort()));
        cf.awaitUninterruptibly();

to

for (;;) {
              try {
                  ConnectFuture future = connector.connect(new
InetSocketAddress(
                          HetAddress().getInetAddress(),
getAddress().getPort()));
                  future.awaitUninterruptibly();
                  session = future.getSession();
                  break;
              } catch (RuntimeIoException e) {
                  System.err.println("Failed to connect.");
                  e.printStackTrace();
              }
          }


Will test this tomorrow. Not sure if SNMP4J guys have any test suite for this

thanks
ashish

On Fri, Sep 11, 2009 at 7:42 PM, Julien Vermillard
<jv...@archean.fr> wrote:
> Le Fri, 11 Sep 2009 19:35:49 +0530,
> Ashish <pa...@gmail.com> a écrit :
>
>> On Fri, Sep 11, 2009 at 7:26 PM, Julien Vermillard
>> <jv...@archean.fr> wrote:
>> > Le Fri, 11 Sep 2009 19:08:49 +0530,
>> > Ashish <pa...@gmail.com> a écrit :
>> >> >
>> >> > Here a MINA based transport for SNMP4J :
>> >> > http://people.apache.org/~jvermillard/snmp4j/
>> >> >
>> >> > Julien
>> >>
>> >> Interesting. Never knew it existed :-)
>> >>
>> >> Great work. I would love to use it. The most interesting part
>> >> would be to benchmark the two implementations.
>> >> A good topic to write about :-)
>> >>
>> > Wowow a possible user ;)
>> > Perhaps you'll need to fix the code for use latest MINA 2, but it's
>> > probably trivial.
>> >
>> > Julien
>>
>>
>> Yes I would be very keen on using this.
>> By any chance, do SNMP4J guys know about this? I read that they were
>> looking for porting their lib to NIO.
>>
>> As I write this mail, I am integrating your code in SNMP4J code on my
>> machine. Once I am done, will definitely blog about this.
>>
> Here the thread on SMP4J ML (was crossposted to mina-dev)
> http://lists.agentpp.org/pipermail/snmp4j/2008-May/002935.html
> Julien
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: Newbie

Posted by Julien Vermillard <jv...@archean.fr>.
Le Fri, 11 Sep 2009 19:35:49 +0530,
Ashish <pa...@gmail.com> a écrit :

> On Fri, Sep 11, 2009 at 7:26 PM, Julien Vermillard
> <jv...@archean.fr> wrote:
> > Le Fri, 11 Sep 2009 19:08:49 +0530,
> > Ashish <pa...@gmail.com> a écrit :
> >> >
> >> > Here a MINA based transport for SNMP4J :
> >> > http://people.apache.org/~jvermillard/snmp4j/
> >> >
> >> > Julien
> >>
> >> Interesting. Never knew it existed :-)
> >>
> >> Great work. I would love to use it. The most interesting part
> >> would be to benchmark the two implementations.
> >> A good topic to write about :-)
> >>
> > Wowow a possible user ;)
> > Perhaps you'll need to fix the code for use latest MINA 2, but it's
> > probably trivial.
> >
> > Julien
> 
> 
> Yes I would be very keen on using this.
> By any chance, do SNMP4J guys know about this? I read that they were
> looking for porting their lib to NIO.
> 
> As I write this mail, I am integrating your code in SNMP4J code on my
> machine. Once I am done, will definitely blog about this.
> 
Here the thread on SMP4J ML (was crossposted to mina-dev)
http://lists.agentpp.org/pipermail/snmp4j/2008-May/002935.html
Julien

Re: Newbie

Posted by Ashish <pa...@gmail.com>.
On Fri, Sep 11, 2009 at 7:26 PM, Julien Vermillard
<jv...@archean.fr> wrote:
> Le Fri, 11 Sep 2009 19:08:49 +0530,
> Ashish <pa...@gmail.com> a écrit :
>> >
>> > Here a MINA based transport for SNMP4J :
>> > http://people.apache.org/~jvermillard/snmp4j/
>> >
>> > Julien
>>
>> Interesting. Never knew it existed :-)
>>
>> Great work. I would love to use it. The most interesting part would be
>> to benchmark the two implementations.
>> A good topic to write about :-)
>>
> Wowow a possible user ;)
> Perhaps you'll need to fix the code for use latest MINA 2, but it's
> probably trivial.
>
> Julien


Yes I would be very keen on using this.
By any chance, do SNMP4J guys know about this? I read that they were
looking for porting their lib to NIO.

As I write this mail, I am integrating your code in SNMP4J code on my machine.
Once I am done, will definitely blog about this.

-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: Newbie

Posted by Julien Vermillard <jv...@archean.fr>.
Le Fri, 11 Sep 2009 19:08:49 +0530,
Ashish <pa...@gmail.com> a écrit :
> >
> > Here a MINA based transport for SNMP4J :
> > http://people.apache.org/~jvermillard/snmp4j/
> >
> > Julien
> 
> Interesting. Never knew it existed :-)
> 
> Great work. I would love to use it. The most interesting part would be
> to benchmark the two implementations.
> A good topic to write about :-)
> 
Wowow a possible user ;)
Perhaps you'll need to fix the code for use latest MINA 2, but it's
probably trivial.

Julien

Re: Newbie

Posted by Ashish <pa...@gmail.com>.
>
> Here a MINA based transport for SNMP4J :
> http://people.apache.org/~jvermillard/snmp4j/
>
> Julien

Interesting. Never knew it existed :-)

Great work. I would love to use it. The most interesting part would be
to benchmark the two implementations.
A good topic to write about :-)

> Le Fri, 11 Sep 2009 19:00:55 +0530,
> Ashish <pa...@gmail.com> a écrit :
>
>> I developed a Trap receiver based on MINA, you can find it on the link
>> shared by Emm.
>>
>> Since your are using SNMP4J, it leaves a little place for MINA, unless
>> you or SNMP4J folks intend to port transport layer to MINA.
>> However, if you building EMS/NMS layer, there could be couple of
>> useful things that you could do to create an application that scales.
>>
>> You have a very good case for using Apache FtpServer (MINA sub
>> project), to collect mediation/performance data ftped by Devices.
>>
>> The usages are unlimited, you just have to discover them.
>>
>> We are here to help you out with MINA :-)
>>
>> Good Luck !
>>
>> On Fri, Sep 11, 2009 at 5:10 PM, Chenna Venkatasubbaiah-KRG637
>> <Ve...@motorola.com> wrote:
>> > Yes I am working on Java/J2EE enterprise application which manages
>> > all wirelss switches. In fact this applications discovers the
>> > switches by sending SNMP variables and discovers the switches. And
>> > also collects the data from switches. We are using SNMP4J API for
>> > the same.My knowledge is very limited on internals / about wireless
>> > switches I am a web applications developer.
>> >
>> > Hope you can understand.
>> >
>> > Hello Emmanuel Lecharny - Thanks for the link. I am trying to
>> > understand the different kind of business applications which were
>> > used by people on MINA.
>> >
>> >
>> > Thanks
>> > Chenna
>> >
>> > -----Original Message-----
>> > From: kranga [mailto:kranga@k2d2.org]
>> > Sent: 11/09/2009 4:12 PM
>> > To: users@mina.apache.org
>> > Subject: Re: Newbie
>> >
>> > I also find it a tad ironic that you work for a wireless broad band
>> > and networking company and claim that your knowledge of the
>> > networking domain is limited :-)
>> >
>> > --------------------------------------------------
>> > From: "Emmanuel Lecharny" <el...@apache.org>
>> > Sent: Friday, September 11, 2009 4:45 AM
>> > To: <us...@mina.apache.org>
>> > Subject: Re: Newbie
>> >
>> >> Chenna Venkatasubbaiah-KRG637 wrote:
>> >>>  Hello All - Recently while browsing I came to know about MINA. I
>> >>> am a Java/J2EE developer.
>> >>>
>> >>> I am working in wireless broad band and networking company and I
>> >>> have limited knowledge on networking domain.
>> >>> In our company we manufacture Wireles switches, Routers and Access
>> >>> Ports etc., And its softwares.
>> >>>
>> >>> I would like to know How MINA will be useful and what kind of
>> >>> business applications we can build using MINA.
>> >> I have no idea. Do you have something more precise in mind ? Your
>> >> question is pretty vague at this point. A bit like "I have
>> >> discovered Java, and I want to know what kind of business
>> >> applications I can build using this language..."
>> >>
>> >> In any case, reading http://mina.apache.org/testimonials.html could
>> >> give you a clue about what people are using MINA for.
>> >>
>> >> --
>> >> --
>> >> cordialement, regards,
>> >> Emmanuel Lécharny
>> >> www.iktek.com
>> >> directory.apache.org
>> >>
>> >>
>> >
>>
>>
>>
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: Newbie

Posted by Julien Vermillard <jv...@archean.fr>.
Hi,

Here a MINA based transport for SNMP4J :
http://people.apache.org/~jvermillard/snmp4j/

Julien

Le Fri, 11 Sep 2009 19:00:55 +0530,
Ashish <pa...@gmail.com> a écrit :

> I developed a Trap receiver based on MINA, you can find it on the link
> shared by Emm.
> 
> Since your are using SNMP4J, it leaves a little place for MINA, unless
> you or SNMP4J folks intend to port transport layer to MINA.
> However, if you building EMS/NMS layer, there could be couple of
> useful things that you could do to create an application that scales.
> 
> You have a very good case for using Apache FtpServer (MINA sub
> project), to collect mediation/performance data ftped by Devices.
> 
> The usages are unlimited, you just have to discover them.
> 
> We are here to help you out with MINA :-)
> 
> Good Luck !
> 
> On Fri, Sep 11, 2009 at 5:10 PM, Chenna Venkatasubbaiah-KRG637
> <Ve...@motorola.com> wrote:
> > Yes I am working on Java/J2EE enterprise application which manages
> > all wirelss switches. In fact this applications discovers the
> > switches by sending SNMP variables and discovers the switches. And
> > also collects the data from switches. We are using SNMP4J API for
> > the same.My knowledge is very limited on internals / about wireless
> > switches I am a web applications developer.
> >
> > Hope you can understand.
> >
> > Hello Emmanuel Lecharny - Thanks for the link. I am trying to
> > understand the different kind of business applications which were
> > used by people on MINA.
> >
> >
> > Thanks
> > Chenna
> >
> > -----Original Message-----
> > From: kranga [mailto:kranga@k2d2.org]
> > Sent: 11/09/2009 4:12 PM
> > To: users@mina.apache.org
> > Subject: Re: Newbie
> >
> > I also find it a tad ironic that you work for a wireless broad band
> > and networking company and claim that your knowledge of the
> > networking domain is limited :-)
> >
> > --------------------------------------------------
> > From: "Emmanuel Lecharny" <el...@apache.org>
> > Sent: Friday, September 11, 2009 4:45 AM
> > To: <us...@mina.apache.org>
> > Subject: Re: Newbie
> >
> >> Chenna Venkatasubbaiah-KRG637 wrote:
> >>>  Hello All - Recently while browsing I came to know about MINA. I
> >>> am a Java/J2EE developer.
> >>>
> >>> I am working in wireless broad band and networking company and I
> >>> have limited knowledge on networking domain.
> >>> In our company we manufacture Wireles switches, Routers and Access
> >>> Ports etc., And its softwares.
> >>>
> >>> I would like to know How MINA will be useful and what kind of
> >>> business applications we can build using MINA.
> >> I have no idea. Do you have something more precise in mind ? Your
> >> question is pretty vague at this point. A bit like "I have
> >> discovered Java, and I want to know what kind of business
> >> applications I can build using this language..."
> >>
> >> In any case, reading http://mina.apache.org/testimonials.html could
> >> give you a clue about what people are using MINA for.
> >>
> >> --
> >> --
> >> cordialement, regards,
> >> Emmanuel Lécharny
> >> www.iktek.com
> >> directory.apache.org
> >>
> >>
> >
> 
> 
> 

Re: Newbie

Posted by Ashish <pa...@gmail.com>.
I developed a Trap receiver based on MINA, you can find it on the link
shared by Emm.

Since your are using SNMP4J, it leaves a little place for MINA, unless
you or SNMP4J folks intend to port transport layer to MINA.
However, if you building EMS/NMS layer, there could be couple of
useful things that you could do to create an application that scales.

You have a very good case for using Apache FtpServer (MINA sub
project), to collect mediation/performance data ftped by Devices.

The usages are unlimited, you just have to discover them.

We are here to help you out with MINA :-)

Good Luck !

On Fri, Sep 11, 2009 at 5:10 PM, Chenna Venkatasubbaiah-KRG637
<Ve...@motorola.com> wrote:
> Yes I am working on Java/J2EE enterprise application which manages all wirelss switches. In fact this applications discovers the switches by sending SNMP variables and discovers the switches. And also collects the data from switches. We are using SNMP4J API for the same.My knowledge is very limited on internals / about wireless switches I am a web applications developer.
>
> Hope you can understand.
>
> Hello Emmanuel Lecharny - Thanks for the link. I am trying to understand the different kind of business applications which were used by people on MINA.
>
>
> Thanks
> Chenna
>
> -----Original Message-----
> From: kranga [mailto:kranga@k2d2.org]
> Sent: 11/09/2009 4:12 PM
> To: users@mina.apache.org
> Subject: Re: Newbie
>
> I also find it a tad ironic that you work for a wireless broad band and networking company and claim that your knowledge of the networking domain is limited :-)
>
> --------------------------------------------------
> From: "Emmanuel Lecharny" <el...@apache.org>
> Sent: Friday, September 11, 2009 4:45 AM
> To: <us...@mina.apache.org>
> Subject: Re: Newbie
>
>> Chenna Venkatasubbaiah-KRG637 wrote:
>>>  Hello All - Recently while browsing I came to know about MINA. I am
>>> a Java/J2EE developer.
>>>
>>> I am working in wireless broad band and networking company and I have
>>> limited knowledge on networking domain.
>>> In our company we manufacture Wireles switches, Routers and Access
>>> Ports etc., And its softwares.
>>>
>>> I would like to know How MINA will be useful and what kind of
>>> business applications we can build using MINA.
>> I have no idea. Do you have something more precise in mind ? Your
>> question is pretty vague at this point. A bit like "I have discovered
>> Java, and I want to know what kind of business applications I can
>> build using this language..."
>>
>> In any case, reading http://mina.apache.org/testimonials.html could
>> give you a clue about what people are using MINA for.
>>
>> --
>> --
>> cordialement, regards,
>> Emmanuel Lécharny
>> www.iktek.com
>> directory.apache.org
>>
>>
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

RE: Newbie

Posted by Chenna Venkatasubbaiah-KRG637 <Ve...@motorola.com>.
Yes I am working on Java/J2EE enterprise application which manages all wirelss switches. In fact this applications discovers the switches by sending SNMP variables and discovers the switches. And also collects the data from switches. We are using SNMP4J API for the same.My knowledge is very limited on internals / about wireless switches I am a web applications developer.

Hope you can understand.

Hello Emmanuel Lecharny - Thanks for the link. I am trying to understand the different kind of business applications which were used by people on MINA.


Thanks
Chenna 

-----Original Message-----
From: kranga [mailto:kranga@k2d2.org] 
Sent: 11/09/2009 4:12 PM
To: users@mina.apache.org
Subject: Re: Newbie

I also find it a tad ironic that you work for a wireless broad band and networking company and claim that your knowledge of the networking domain is limited :-)

--------------------------------------------------
From: "Emmanuel Lecharny" <el...@apache.org>
Sent: Friday, September 11, 2009 4:45 AM
To: <us...@mina.apache.org>
Subject: Re: Newbie

> Chenna Venkatasubbaiah-KRG637 wrote:
>>  Hello All - Recently while browsing I came to know about MINA. I am 
>> a Java/J2EE developer.
>>
>> I am working in wireless broad band and networking company and I have 
>> limited knowledge on networking domain.
>> In our company we manufacture Wireles switches, Routers and Access 
>> Ports etc., And its softwares.
>>
>> I would like to know How MINA will be useful and what kind of 
>> business applications we can build using MINA.
> I have no idea. Do you have something more precise in mind ? Your 
> question is pretty vague at this point. A bit like "I have discovered 
> Java, and I want to know what kind of business applications I can 
> build using this language..."
>
> In any case, reading http://mina.apache.org/testimonials.html could 
> give you a clue about what people are using MINA for.
>
> --
> --
> cordialement, regards,
> Emmanuel Lécharny
> www.iktek.com
> directory.apache.org
>
> 

Re: Newbie

Posted by kranga <kr...@k2d2.org>.
I also find it a tad ironic that you work for a wireless broad band and 
networking company and claim that your knowledge of the networking domain is 
limited :-)

--------------------------------------------------
From: "Emmanuel Lecharny" <el...@apache.org>
Sent: Friday, September 11, 2009 4:45 AM
To: <us...@mina.apache.org>
Subject: Re: Newbie

> Chenna Venkatasubbaiah-KRG637 wrote:
>>  Hello All - Recently while browsing I came to know about MINA. I am a
>> Java/J2EE developer.
>>
>> I am working in wireless broad band and networking company and I have
>> limited knowledge on networking domain.
>> In our company we manufacture Wireles switches, Routers and Access Ports
>> etc., And its softwares.
>>
>> I would like to know How MINA will be useful and what kind of business
>> applications we can build using MINA.
> I have no idea. Do you have something more precise in mind ? Your question 
> is pretty vague at this point. A bit like "I have discovered Java, and I 
> want to know what kind of business applications I can build using this 
> language..."
>
> In any case, reading http://mina.apache.org/testimonials.html could give 
> you a clue about what people are using MINA for.
>
> -- 
> --
> cordialement, regards,
> Emmanuel Lécharny
> www.iktek.com
> directory.apache.org
>
> 

Re: Newbie

Posted by Emmanuel Lecharny <el...@apache.org>.
Chenna Venkatasubbaiah-KRG637 wrote:
>  Hello All - Recently while browsing I came to know about MINA. I am a
> Java/J2EE developer.
>
> I am working in wireless broad band and networking company and I have
> limited knowledge on networking domain. 
>
> In our company we manufacture Wireles switches, Routers and Access Ports
> etc., And its softwares.
>
> I would like to know How MINA will be useful and what kind of business
> applications we can build using MINA. 
>   
I have no idea. Do you have something more precise in mind ? Your 
question is pretty vague at this point. A bit like "I have discovered 
Java, and I want to know what kind of business applications I can build 
using this language..."

In any case, reading http://mina.apache.org/testimonials.html could give 
you a clue about what people are using MINA for.

-- 
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org