Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Raspberry Pi - should I buy one?  (Read 4197 times)

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Raspberry Pi - should I buy one?
« on: August 05, 2015, 09:25:12 AM »

 ;D

What kind of good things can I do with one?
Logged

vic0239

  • Reg Member
  • ***
  • Posts: 519
Re: Raspberry Pi - should I buy one?
« Reply #1 on: August 05, 2015, 09:30:48 AM »

At the moment I use mine for DSLstats (of course), Powerdns and a monitoring package for my UPS (uses Apache).
Logged
Lothian Broadband 900/900 + AAISP VDSL, Vigor2865Vac, MikroTik rb260gsp, ZyXel NWA50AX WiFi AP.

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43568
  • Penguins CAN fly
    • DSLstats
Re: Raspberry Pi - should I buy one?
« Reply #2 on: August 05, 2015, 10:59:34 AM »

There are numerous projects and hardware addons to be found. Just to take one example, a popular use is with a webcam, making a low cost, low power security camera.
Logged
  Eric

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Raspberry Pi - should I buy one?
« Reply #3 on: August 05, 2015, 11:13:46 AM »

Some ideas I have had for making router-type devices would probably require two NICs. I am I right in thinking that  there's only a single NIC on all models? Apart from something very nasty involving VLANs and a lot of clutter cost and software clart - which would defeat the compact convenience of the Pi - I'm rather stuck.

What if anything have other users done about the multiple ports thing?
Logged

loonylion

  • Reg Member
  • ***
  • Posts: 723
Re: Raspberry Pi - should I buy one?
« Reply #4 on: August 05, 2015, 06:24:41 PM »

Some ideas I have had for making router-type devices would probably require two NICs. I am I right in thinking that  there's only a single NIC on all models? Apart from something very nasty involving VLANs and a lot of clutter cost and software clart - which would defeat the compact convenience of the Pi - I'm rather stuck.

What if anything have other users done about the multiple ports thing?

it can use usb nics, or you might want to look at the bannana pi, which comes in a router style model with multiple ethernet and onboard wifi.
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Raspberry Pi - should I buy one?
« Reply #5 on: August 05, 2015, 06:28:38 PM »

@loonylion - I'll also read up on the BananaPi too then, thanks
Logged

loonylion

  • Reg Member
  • ***
  • Posts: 723
Re: Raspberry Pi - should I buy one?
« Reply #6 on: August 05, 2015, 08:31:14 PM »

I havent had the opportunity to get one yet, so it may not be multiple distinct nics, it may be an onboard switch device.
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Raspberry Pi - should I buy one?
« Reply #7 on: August 05, 2015, 08:34:54 PM »

Where's the best place to get a Pi from?
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Raspberry Pi - should I buy one?
« Reply #8 on: August 13, 2015, 08:35:55 PM »

If I need two NICs then, the only ways around are, as far as I can see, either
    (i)  USB. Ugh.
or,
    (ii) VLANs, would need a VLAN switch to demux. Insane.

What would a software stack look like for ethernet over USB?

If I ran Win10 on it, then it would be clean as I could use layered drivers presumably. All depends on whether I could find the individual drivers.
« Last Edit: August 13, 2015, 08:39:15 PM by Weaver »
Logged

Dray

  • Kitizen
  • ****
  • Posts: 2361
Logged

Jaggies

  • Member
  • **
  • Posts: 92
Re: Raspberry Pi - should I buy one?
« Reply #10 on: August 13, 2015, 09:39:38 PM »

You can run RISC OS on one...

https://www.riscosopen.org/content/downloads/raspberry-pi

For anyone who misses Acorn Computers...  :cool:
Logged

Dray

  • Kitizen
  • ****
  • Posts: 2361
Re: Raspberry Pi - should I buy one?
« Reply #11 on: August 13, 2015, 09:49:47 PM »

Not really a surprise seeing as it has an ARM chip ;)
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry Pi - should I buy one?
« Reply #12 on: August 14, 2015, 09:04:01 PM »

On the subject of adding extra network ports, and not wanting to do it via USB, bear in mind that the built-in NIC is only 10/100 and it is connected via the PI's USB internally.  So realistically, you're not losing much by adding USB NIC.

In fact, according to this blog entry I've just discovered http://www.midwesternmac.com/blogs/jeff-geerling/getting-gigabit-networking, adding a gigabit NIC USB adaptor to the PI does increase throughput, even though the PI is only using USB 2.0

The throughput of the PI is pretty good, all things considered - I get around 8 - 10 MB/sec reading data from a Samba share on the pi (from a hard disk that's also connected to the USB).  Enough for streaming HD video to my TV using DLNA.

Ian
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Raspberry Pi - should I buy one?
« Reply #13 on: August 14, 2015, 09:24:06 PM »

@sheddyian -thanks for that tip.

Did you manage to find software components to do most or all of the job for the DLNA server application? Or did you have to write a ton of code yourself?
Logged

sheddyian

  • Kitizen
  • ****
  • Posts: 1159
    • My Shed Blog
Re: Raspberry Pi - should I buy one?
« Reply #14 on: August 14, 2015, 09:56:47 PM »

I'm using miniDNLA, which seems pretty good and doesn't stress the pi too much.  It does have its quirks, but on the whole seems good once it's setup, and you'll easily find guides that walk you through it if you Google for them.

I also use Samba, so that Windows computers and other things can see the files that the Pi is sharing out.  Again, lots of guide as how to set this up are all over the web.

Ian

Logged
 

anything