al177 / esp8089

Linux kernel module driver for the ESP8089 WiFi chip
GNU General Public License v2.0
185 stars 114 forks source link

AP Mode Supported? #6

Closed jextrevor closed 7 years ago

jextrevor commented 7 years ago

In its current state, does this driver support AP (Access Point) mode? That is, when using this driver, can one set up a wireless access point?

If not, what work is required to implement this functionality?

al177 commented 7 years ago

Yes, it works in AP mode. Install this driver, then follow any of the guides for getting a Raspberry Pi with USB WiFi or Pi 3 WiFi set up as an AP.

jextrevor commented 7 years ago

Much thanks.

congcongge commented 5 years ago

@jextrevor Do you successfully setup AP mode? Can you give me some direction or learning materials?

jextrevor commented 5 years ago

Unfortunately I haven't set it up because I don't have a physical copy of the hardware.

On Sat, Jan 5, 2019, 21:47 HN <notifications@github.com wrote:

@jextrevor https://github.com/jextrevor Do you successfully setup AP mode? Can you give me some direction or learning materials?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/al177/esp8089/issues/6#issuecomment-451715073, or mute the thread https://github.com/notifications/unsubscribe-auth/AEsmR2E5gC9-FdNTTcqslcvO6yyAqnmUks5vAX_fgaJpZM4K9S7T .

congcongge commented 5 years ago

Unfortunately I haven't set it up because I don't have a physical copy of the hardware. On Sat, Jan 5, 2019, 21:47 HN @.*** wrote: @jextrevor https://github.com/jextrevor Do you successfully setup AP mode? Can you give me some direction or learning materials? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#6 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AEsmR2E5gC9-FdNTTcqslcvO6yyAqnmUks5vAX_fgaJpZM4K9S7T .

I hava spent much time on this problem, some guys in China say it's very easy but I need to pay money...It seems only money can solve it.

CRImier commented 5 years ago

some guys in China say it's very easy but I need to pay money

That's not how this works. You should be able to follow some hostapd-based tutorial on the Internet - google for "raspberry pi hostapd". Any problems you encounter on the way probably won't be hardware-specific and will be solvable (which is to say - don't bug this repo about your hostapd problems unless you're sure the problem is because of this driver). You don't need to pay money for this - not that anybody can stop you, but it wouldn't be a wise investment.

congcongge commented 5 years ago

raspberry pi hostapd

Sorry, Your "big google" has been shield by our government...It's time to use VPN, thx.

CRImier commented 5 years ago

Ah, that's understandable. Happy to hear that at least VPN works for you! If not, I'm sure your local search engine can provide some tutorials if you look up "hostapd" specifically.