Author Topic: linuxmce hardware  (Read 11261 times)

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: linuxmce hardware
« Reply #15 on: August 31, 2011, 07:12:05 pm »
I assume you mean euphemism

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: linuxmce hardware
« Reply #16 on: September 02, 2011, 07:46:47 pm »
I assume you mean euphemism

:-) lmfao!!!!
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

locutus

  • Veteran
  • ***
  • Posts: 88
    • View Profile
Re: linuxmce hardware
« Reply #17 on: September 03, 2011, 09:33:45 pm »
in my research, i somehow stumbled upon this
http://trimslice.com/web/models

daci92

  • Veteran
  • ***
  • Posts: 65
    • View Profile
Re: linuxmce hardware
« Reply #18 on: September 04, 2011, 10:58:21 am »
in my research, i somehow stumbled upon this
http://trimslice.com/web/models
It is Nvidia barebone so i guess that the first one will be great for md even with the 1GHz processor.
+ it is low cost

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: linuxmce hardware
« Reply #19 on: September 05, 2011, 01:49:44 pm »
in my research, i somehow stumbled upon this
http://trimslice.com/web/models

The Trim-slice is based on a Tegra dual core ARM SOC with an integrated GeForce GPU. It is not x86 and requires recompilation and special graphics drivers as far as i know. Its certainly not like using an Atom/Ion based motherboard.

All the best


Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

tyger

  • Regular Poster
  • **
  • Posts: 25
    • View Profile
Re: linuxmce hardware
« Reply #20 on: November 17, 2011, 03:57:17 pm »
You guys think that wifi is good for communication between devices?

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: linuxmce hardware
« Reply #21 on: November 17, 2011, 04:01:49 pm »
You guys think that wifi is good for communication between devices?

It can be. but it depends on your local situation... building construction, electrical interference and the proximity of other Wifi LANS (ie in a dense housing development or block of apartments for example)

Andrew
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

tyger

  • Regular Poster
  • **
  • Posts: 25
    • View Profile
Re: linuxmce hardware
« Reply #22 on: November 17, 2011, 04:06:50 pm »
i know, i thinking about stuff like that too. But im trying to find something that can handle some data, and is easy to install, like wireless, thats why i came up with powerline btw, or can make multible versions with other communication.
Im also looking for ideas to build, like modules to switch lights and stuff if you have any suggestions you can post them here.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: linuxmce hardware
« Reply #23 on: November 17, 2011, 04:17:44 pm »
Wow, two posts showed up, while I was typing this, haha.

so...

WiFi is useful for some things, tablets, remote audio devices, etc.

However, you must realize that WiFi is not a switched medium like when you connect something via Ethernet. (I say this, because I don't know ANYONE who actually uses a hub to connect devices anymore, switches have all but subsumed them.)

But why is this important?

Ethernet, natively, is a protocol that was designed for half duplex communication over a set of wires. By itself, it has no way to do full duplex communication between two hosts, because other nodes may be communicating, and it still is only one set of wires. It employs a method called CSMA/CD, which listens to the wire, and sees if it is clear to communicate, and if so, it sends its next packet. If the wire is talking, it waits a random amount of time, and then tries again to send the packet.

If two devices try to send at the same time, the network cards sense this (because of a doubling of voltage on the line), the cards immediately stop transmitting, and wait. This is known as a collision. It results in lost time that could have been used to transmit data, and therefore a loss in overall network efficiency.

Makers of Wired ethernet networks (particularly 3Com), realized that while this method worked well for the first 10 megabit ethernet networks, as networks were being tuned to go faster, the potential for collisions increased exponentially (and so it panned out this way), so a solution was made on both the side of the hubs, and on the network cards. First, the network cards were designed to have full duplex (both sending and receiving communications channels), and on the hubs, a solution was made to dynamically create a bridge between two hosts that wanted to communicate (based upon the incoming Ethernet packets), to switch two nodes onto the same full duplex circuit, much like the telephone system, but unlike the telephone system, this bridge only exists for small periods of time, and is wiped away when it is no longer needed.

This solves the collision problem because the two sides are only listening for the other node, and can negotiate when to talk, and with full duplex communication, they can send and receive at the same time.

However, this can't be employed with current wireless techniques for various reasons. WiFi still is very much classical Ethernet like transmission, except over high frequency radio (using spread spectrum techniques to cut through the traditionally noisy 2.4GHz band, this is part of the reason.) So WiFi clients all talk talk talk, and collide with each other quite frequently (most Wireless Access points basically no longer put the collision lights on the box, they would tend to stay glowing on busy networks, freaking people out.)

Long story short, WiFi is okay for some uses, but for uses that require a reliable connection (such as video streaming to multiple points, or reading data off a wirelessly connected network attached storage), you will start to experience performance degredation the more devices talk wirelessly. This can be mitigated somewhat in larger installations with multiple access points connected through a bridging mechanism like WDS, but the problem is one of current generation WiFi, and will be there for some time until a reliable way to create a virtual switch between two wireless MAC addresses on the same layer 2 access point becomes possible.

-Thom

tyger

  • Regular Poster
  • **
  • Posts: 25
    • View Profile
Re: linuxmce hardware
« Reply #24 on: November 17, 2011, 04:30:59 pm »
Quote
But why is this important?
Because you dont want 5 communication devices on the core.

Wifi and ethernet are good for data transmission yes, but there will be things like switching lights i can use radio for that but again you dont want 5 communication devices on the core.