English 中文(简体)
Is it possible to program a Wireless Access Point? [closed]
原标题:
  • 时间:2010-01-19 15:00:01
  •  标签:
  • wireless

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 2 years ago.

I need to modify the way the wireless access point handle its authentication method. Is it possible to change the behaviour of wireless access point a little bit? If so, by using what library? On what operating system?

最佳回答

This depends on various things, the first being whether your router can utilize custom firmware. Some routers like the Linksys WRT54G (pre V4 or the GL version) use a Linux based firmware that allow you to do alot more with the routers hardware. There are some custom distributions for these devices like DD-WRT, however OpenWRT might be the best place to start if you re comfortable with Linux.

I would start by looking if your router is listed as being supported on the above sites

Unfortuanetly there isn t one specific library that I know of that will help you here, you might have to reimplement part of the security logic in these small distros and recompile them to achieve what you want

问题回答

Are you using the default firmware on your access point? If so, you may find that there are many more configuration options availible, including more authentication options on third-party (free) software such as Tomato and DD-WRT.

If you want a quick start, this may solve your problem:

Chillispot





相关问题
How can I program a wireless adapter?

Is it possible to program a wireless adapter attached to a computer? I need to modify how they work, not just using them to perform a task such as scanning or connecting. I have already tried the ...

Is it possible to program a Wireless Access Point? [closed]

I need to modify the way the wireless access point handle its authentication method. Is it possible to change the behaviour of wireless access point a little bit? If so, by using what library? On what ...

Ad-hoc connection disappearing

I create an ad-hoc connection between my Ubuntu 9.10 laptop (wlan0) and my iPod touch, but the connection only lasts for seconds before it is dropped. Why might this be happening? I use the following ...

Windows 7 Virtual WiFi using C#?

Windows 7 introduced Virtual WiFi which allows you to create hotspots. However I can t find any tutorials on doing it in C#. I found Virtual Router (It is open source and is written in C#) but I can t ...

Ethernet checksum checking in wireless stack

When receiving a raw ethernet packet over a wireless connection, where does the ethernet checksum get calculated, and where are errors handled? Does the wireless stack handle this, or is it handled ...

Lightweight network visualization tool

I ve been trying to find a tool for monitoring my home network. Before I go into the details, I ve looked at a ton of different software and they re either an overkill or don t have what I m looking ...

decoding 802.11 b

I have a raw grabbed data from spectrometer that was working on wifi (802.11b) channel 6. (two laptops in ad-hoc ping each other). I would like to decode this data in matlab. I see them as complex ...

Ericsson f3507g WWAN (3G Broadband) and AT commands

I have a lenovo x200t tablet with WWAN built into it. I m trying to connect to the internet using AT commands and a C# program which I am making so that the program can connect to the net and upload ...

热门标签