how to setup RPI wireless adhoc network without internet - Raspberry Pi Forums


i'm working in data acquisition project , want connect rpi without internet via wifi.
tried few guides found in internet , not successful. thought of asking form guys.

have webpage hosted in web-server in rpi. can access , work on in rpi monitor. web hosting part done.
connect webpage in rpi @ home computer.

next thing creating adhoc network in rpi pc can connect it. still im not sure whether can access website without internet pc.

posts have tried listed below , reason failure mentioned.
1.
https://spin.atomicobject.com/2013/04/2 ... unication/
can see network form pc can not connect it.

2.
viewtopic.php?f=36&t=18771
followed

code: select all

ifconfig wlan0 iwconfig wlan0 mode ad-hoc iwconfig wlan0 essid "pi" ifconfig wlan0 192.168.1.1 netmask 255.255.255.0
not connect "pi" network

3.
http://elinux.org/rpi-wireless-hotspot
according opinion needs internet. cant remember reason why didn't work.

there simple way? can done?

i don't think has ever succeeded getting ad-hoc network running. it's easier make rpi infrastructure access point running hostapd.

rpi3 there's execellent article at: https://frillip.com/using-your-raspberr ... h-hostapd/

other raspberries usb dongles you'll have googling.


raspberrypi



Comments