GPS trackers
Trustin Lee (이희승)
trustin at gmail.com
Tue Nov 17 07:03:22 EST 2009
Hi QP,
On Sat, Nov 14, 2009 at 8:40 AM, qp <me4tatel at gmail.com> wrote:
>
> Hi,
>
> I have a dude. There are many GPS devices that send locations. Is possible
> to configure ip and port but can't install a some socket client. So probably
> they sent locations in standard binary sockets. I don't now much about nio,
> but I suppose that to use nio you have to use client that support nio.
As long as the GPS devices communicate via TCP/IP or UDP/IP, you can
use any networking API (NIO, old java.io, C, whatever) to communicate
with them. You don't need to use NIO on the both side.
> Using netty, can I process the incoming sockets from the GPS devices?
Sure you can, if the GPS device speak TCP/IP or UDP/IP.
HTH,
— Trustin Lee, http://gleamynode.net/
More information about the netty-users
mailing list