motioneye-project / motioneyeos

A Video Surveillance OS For Single-board Computers
Other
7.85k stars 897 forks source link

establish mesh (ad-hoc) network #88

Closed ben19871987 closed 8 years ago

ben19871987 commented 8 years ago

hi dear first of all thank you for your software it is very robust and excellent. in motioneyeOS there is olsr package and it helps me to create wireless mesh network but how can i establish and manage mesh network? i am going to connect to motioneyeOS with my phone and tablet directly without AP. i have installed olsr on my android phone before.

yours

ccrisan commented 8 years ago

I'm sorry but support for ad-hoc networks is not something too many people would use. If you need to set up such a network connection, please use Raspbian with motionEye.

acwest commented 4 years ago

with batman-adv support, this would be really hand to build out a network of pi zero w boards that communicate directly with each otherf. unfortunately 802.11s won't work with that board, but other protocols will. I'm going to see if it is feasible to build an image that works...

starbasessd commented 4 years ago

A simple PiZero set as a AP/Hub, then have the rest connect as needed to it is easily doable. True mesh may not be as easy, but toss in a second wifi dongle on them and bingo, working. All with the current image.

On Tue, Jun 16, 2020 at 9:27 PM A. Craig West notifications@github.com wrote:

with batman-adv support, this would be really hand to build out a network of pi zero w boards that communicate directly with each otherf. unfortunately 802.11s won't work with that board, but other protocols will. I'm going to see if it is feasible to build an image that works...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/88#issuecomment-645092963, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHMFXE2NXU7VSV2JZD3RXALX5ANCNFSM4BXOIXPA .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?

acwest commented 4 years ago

I tend to agree that true mesh wouldn't be easy, but I am looking at a common security camera problem, a large number of cameras scattered over a fairly wide area, only some of which would be able to reach a hub. In my case, they are surrounding a house, and the walls block wifi on some of the sides of the building, and there is no one point that is reachable from everywhere. The same thing would also work really well for wildlife cameras in a forest (power is an issue, but solvable, those cameras already exist, after all) I am currently looking at building from source, then adding the correct bits to see if it works

starbasessd commented 4 years ago

Cool beans. I watch eagerly, as an alternative.

On Tue, Jun 16, 2020 at 10:19 PM A. Craig West notifications@github.com wrote:

I tend to agree that true mesh wouldn't be easy, but I am looking at a common security camera problem, a large number of cameras scattered over a fairly wide area, only some of which would be able to reach a hub. In my case, they are surrounding a house, and the walls block wifi on some of the sides of the building, and there is no one point that is reachable from everywhere. The same thing would also work really well for wildlife cameras in a forest (power is an issue, but solvable, those cameras already exist, after all) I am currently looking at building from source, then adding the correct bits to see if it works

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/88#issuecomment-645106647, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHIHGSM2AGE3GK2YXOLRXAR3TANCNFSM4BXOIXPA .

-- Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52" W85° 45' 8.56"

Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?