wireless networking library

E

eminhanif

hi,
i've done some searching for a wireless networking library but can't
seem to find
one, perhaps its too hardware specific?
if anyone knows one it would be appreciated
 
U

user923005

hi,
i've done some searching for a wireless networking library but can't
seem to find
one, perhaps its too hardware specific?
if anyone knows one it would be appreciated

Have you tried sourceforge and googlecode ?
 
A

Antoninus Twink

i've done some searching for a wireless networking library but can't
seem to find > one, perhaps its too hardware specific?

What would you like this library to do?

Typically, communications with a wireless card will be abstracted into a
device driver; the kernel can then provide applications a uniform
networking API, and eventually further up the chain you can seamlessly
make use of the hardware through higher-level abstractions still, e.g.
using sockets.

If you need to communicate directly with the hardware for some reason,
there's a good chance you'll need to do this in kernel space, though
it's /possible/ that some functionality will be exposed to
user-accessible ioctls.

In summary, more information about what you're trying to do is needed in
order to answer your question!
 
G

Guest

What *is* a "wireless networking library", and what's the difference
between it and a "wireful networking library"?  What does it DO?
Did you want a *DRIVER* for some networking hardware?  If so, you'll
have to specify both the OS and the specific hardware involved.

might even be a specially hacked TCP/IP library for low
bandwidth connections. There are RFCs for stuff like that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top