alkopop79
Posts: 53
Joined: Thu Mar 08, 2012 7:10 pm
Location: London

Setting up WIFI and SSH of 8-10 RPis in classroom

Mon Apr 13, 2015 12:41 pm

I'm planning a Raspi workshop for beginners. The attendees would first use a screen and a USB keyboard to set up the Pi - such as the username, password, WIFI - then they'd set up SSH with their laptop or tablet. I wonder, would there be any difficulties setting up this many devices that all connect to the same WIFI router? Has anyone got any experience teaching with the Pi?

User avatar
DougieLawson
Posts: 39120
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Setting up WIFI and SSH of 8-10 RPis in classroom

Mon Apr 13, 2015 1:05 pm

Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

alkopop79
Posts: 53
Joined: Thu Mar 08, 2012 7:10 pm
Location: London

!

Mon Apr 13, 2015 1:07 pm

Thank you!

cpc464
Posts: 239
Joined: Tue Jul 08, 2014 5:10 pm
Contact: Website

Re: Setting up WIFI and SSH of 8-10 RPis in classroom

Mon Apr 13, 2015 3:55 pm

I don't think 10 pis on one router would be any problem.

Instead of using laptops, why not get the students to ssh into each other's pis from their own pis.

If you see what I mean.
Unix engineer since 1989

User avatar
allfox
Posts: 452
Joined: Sat Jun 22, 2013 1:36 pm
Location: Guang Dong, China

Re: Setting up WIFI and SSH of 8-10 RPis in classroom

Tue Apr 14, 2015 4:43 am

Greetings,

I think you need a good wireless router. By good, I mean it's better to have multiple antennas and works at 5 GHz.

I'm using a Netgear router to share Internet with friends, here is a FAQ from Netgear: http://kb.netgear.com/app/answers/detai ... wmanycomps

Code: Select all

How many computers or devices can be connected wirelessly to a router at the same time?
Any number of devices can be connected wirelessly to the router; however, performance might noticeably decrease with each additional device.  Three to five devices should be able to use the same wireless connection without a noticeable decrease in network responsiveness.
So I think 10 devices need more performance from router.
For wireless, more "free air time"(the time slice in which no one is transmitting via that frequency) gives better performance, and 5 GHz is usually quieter than 2.4 GHz.
And with multiple antennas, the router is able to receive while is transmitting. (one antenna for receiving, another for transmitting, at the same time)

User avatar
Can-Toi
Posts: 68
Joined: Sat Mar 28, 2015 12:41 pm
Contact: Website

Re: Setting up WIFI and SSH of 8-10 RPis in classroom

Tue Apr 14, 2015 6:57 am

allfox wrote:Greetings,

I think you need a good wireless router. By good, I mean it's better to have multiple antennas and works at 5 GHz.

I'm using a Netgear router to share Internet with friends, here is a FAQ from Netgear: http://kb.netgear.com/app/answers/detai ... wmanycomps

Code: Select all

How many computers or devices can be connected wirelessly to a router at the same time?
Any number of devices can be connected wirelessly to the router; however, performance might noticeably decrease with each additional device.  Three to five devices should be able to use the same wireless connection without a noticeable decrease in network responsiveness.
So I think 10 devices need more performance from router.
For wireless, more "free air time"(the time slice in which no one is transmitting via that frequency) gives better performance, and 5 GHz is usually quieter than 2.4 GHz.
And with multiple antennas, the router is able to receive while is transmitting. (one antenna for receiving, another for transmitting, at the same time)
I don't think 10 RPi's + 10 laptops issuing commands over ssh are going to be much trouble for any half decent router.
"The mind is the effect, not the cause"
- Daniel Dennett

User avatar
allfox
Posts: 452
Joined: Sat Jun 22, 2013 1:36 pm
Location: Guang Dong, China

Re: Setting up WIFI and SSH of 8-10 RPis in classroom

Tue Apr 14, 2015 2:35 pm

Can-Toi wrote:I don't think 10 RPi's + 10 laptops issuing commands over ssh are going to be much trouble for any half decent router.
I haven't tried that, I don't own that much Pis. Maybe OP could try with an existing router, if it's slow, then get another one.

I agree SSH won't use much bandwidth, but it need responsiveness. It's annoying when screen can't catch keyboard.

Return to “General discussion”