sourceforge的資源

1.ndiswrapper
Some vendors do not release specifications of the hardware or
provide a linux driver for their wireless network cards. This project
provides a linux kernel module that loads and runs Ndis (Windows
network driver API) drivers supplied by the vendors.

2.ipw2100
Intel® PRO/Wireless 2100 Driver for Linux;an open source 802.11b driver for the ipw2100

3.ipw2200
Intel® PRO/Wireless 2200BG Driver for Linux;an open source 802.11a/bg driver for the ipw2200 and ipw2915

4.madwifiMADWiFi is short for Multiband Atheros Driver for WiFi. In other words: this project provides a Linux kernel driver for Atheros-based Wireless LAN devices. The driver works such that your WLAN card will appear as normal network interface in the system. Additionally there is support for the Wireless Extensions API. This allows you to configure the device using the usual tools (ifconfig, iwconfig and friends).

[@more@]

什麼是NIDS?

A: NDIS(Network Driver Interface Specification)是微軟和 3Com 等公司共同制定用來program 網路卡 driver的一套 API

  目前已發展到 5.0 版本
除非是Windows的平台, 否則不需要用到 NDIS
如果您對 NDIS program有興趣
可以到微軟的DDK網站去下載免費的 DDK (Device Drvier Kits)
裡面有詳細的說明和範例
http://www.microsoft.com/ddk

這裡有一份 NDIS 的 FAQ,
http://www.pcausa.com/resources/ndisfaq.htm

Packet Drvier 一般則是指具有收送封包能力的網路卡 driver
DDK裡面就有一份 Packet Driver 的範例
如果您是用windows 2000 , 它就在 your_NTDDK_dirsrcnetworkndis 目錄下

(from chung.bbs@bbs.cs.nthu.edu.tw)

最後修改日期: 18 3 月 2021

作者