Mac OSX Lion:making a wimax modem driver(device:greenpacket UH 235)

1.1k Views Asked by At

I am using a wimax modem from greenpacket,model is shuttle-UH235. Since I bought it I searched a lot for a driver that will be compatible with mac osx lion as the driver they provided is built for snow leopard.I asked them several times but they did not pay any heed still now. I have decided to build one on my own using objective-c.Does anyone have any suggestions to get started?I mean how should I proceed,which things to consider as preliminary steps.Or is it wise to proceed to make something like this?A code snippet or explained example will do a great favor. Thanks in advance.

1

There are 1 best solutions below

2
On

You need to use the Apple I/O Kit to write device drivers for Mac OS X. I/O Kit drivers are written in a subset of C++ that is easier to work with in a kernel environment than either full C++ or Objective-C.