Slashdot Mirror


From "Happy Hacking" to "Screw You"

tquid writes "Trying to bridge the digital divide in Canada's poorest postal code, a principled group of hackers adopt "open source"-based technology spun off from an MIT project. Then the terms on the hardware are changed, and changed again, and then firmware to lock out the frustrated group's software is installed, screwing them out of their investment and many hours of development work."

5 of 243 comments (clear)

  1. Article text by Anonymous Coward · · Score: 5, Informative
    (Article loaded very slowly for me, so it will likely be slashdotted soon.)

    I've been following the development of mesh wifi technology for several years now. From the moment I first grokked what was going on with it, it struck me as a great disruptive technology. One of the most successful early projects, and one that I followed with a great deal of interest was MIT's Roofnet project - an implementation of commodity hardware and open source software, built on Linux, which provides wifi coverage for MIT's campus.

    In 2006 a spin-off company named Meraki was formed to develop and commercialize the MIT Roofnet technology. At the time I was on the board of the Vancouver Community Network and had been championing more development of wireless technology. We immediately ordered 9 of the first beta units to try out. The technology was cheap ($50/unit) and it worked but what prevented us from going any further with it was the pricing model that they decided to adopt - $5/node/month for access to the "dashboard" - the real-time monitoring software that they were developing for managing the networks. We decided that this cost was prohibitive for our purposes and the Merakis were shelved.

    In September of 2007 I heard about a group of Vancouver community wifi enthusiasts who were getting together with the goal of setting up community wifi in Canada's poorest neighbourhood. I came out to a meeting and invited along some people whom I know are interested in any project that is about bridging the digital divide. The technology that was trumpeted at that meeting was Meraki. Since my previous brush with them they had changed their pricing structure and now they would let you run a free network (with free access to their dashboard) or a subscription (paid) network for 10% of your charges. We (the group, which came to call itself " FreeTheNet ") were unanimous that the free option was what we wanted to do and we quickly began building out a public network.

    In October Meraki announced that they were changing their pricing model (yet again) and that they would be vastly raising the costs of their hardware (tripling, in fact). I remember going to their website to learn more about what they were doing and their new marketing slogan was something like "Build your business using exciting new technology where the rules of the game keep changing " How ironic; I wish I'd kept a screenshot of that! Under their new system there was no way that we could build out the network we envisioned. At roughly that point, one of our most experienced hackers said "forget Meraki", we're going to write our own firmware and dashboard and promptly started researching that. By late Novermber he was able to demostrate an open routing firmware called B.A.T.M.A.N. running with a mesh helper inside called Robin, that provided the same functionality as the Meraki firmware. This could be installed in the commodity Meraki hardware which greeted you with a friendly and encouraging "happy hacking" when you logged into it via the console.

    Over December and January he worked on adding features that we wanted to our network to have (and that we had previously been encouraging Meraki to build to improve their system - things like per node custom splash screen, enhancements to the dashboard to improve scalability, etc.) All of this was being tested on Meraki hardware because this is what we had spent our money on back when they supported and encouraged the kind of work we were doing.

    Then in February Meraki announced a change to their EULA (End User Licence Agreement) which precluded anyone from changing any of the software that they install on t

  2. Open-Mesh: The Open Source Meraki Alternative by qw0ntum · · Score: 5, Informative

    This decline was something people have foreseen for a while. There is a rapidly maturing collection of open source projects to create a real open source Meraki replacement (disclaimer: I am helping develop one of these).

    ROBIN is an open source mesh firmware that can run on reflashed Meraki nodes (well, I don't think it's "allowed" by Meraki anymore, since they've changed their license agreement to forbid 3rd party firmware and have made it really difficult to access the bootloader).

    Open-Mesh is the dashboard management service that ROBIN nodes are configured to use. The guy who develops this actually started working on this dashboard when Meraki was still Roofnet - compare the Open-Mesh dashboard to the Meraki dashboard, the similarity is obvious. Also, you can buy pre-flashed, fully featured ROBIN nodes from Open-Mesh.com for $50 each, the same price that Meraki sells their crippled "standard version" of their nodes.

    OrangeMesh, is an open-source version of the dashboard being developed that will allow you to host your own dashboard server, completely freeing you from reliance on any third party. You can check out it's progress here.

    --
    'Every story, if continued long enough, ends in death.' --Ernest Hemingway
  3. Re:Illegal? by TheLinuxSRC · · Score: 5, Informative

    Software licensing isn't the issue; updating his legacy hardware which he purchased under a specific license with specific rights without his knowledge or consent is the issue. Especially when this new firmware update (which he did not authorize but was automatically applied by Meraki despite having been sold with a different EULA) effectively bricks his hardware. This raises the question - Whose hardware is it?

  4. Re:I was considering Meraki... by qw0ntum · · Score: 5, Informative

    Check Open Mesh. Just like Meraki, but open.

    --
    'Every story, if continued long enough, ends in death.' --Ernest Hemingway
  5. Reflashing Merakis by sbrsb · · Score: 5, Informative

    The article suggests that a Meraki software upgrade has made it impossible to reflash them.

    Actually, you can still easily make them revert to an earlier version which can be reflashed.

    As described here:
    http://robin.forumup.it/about99-15-robin.html

    "you can ssh into the Meraki and create edit the /storage/config.local file with whatever you want; in my case:
    Code:
    echo "firmware.mips.version 6-9163" > /storage/config.local"

    And they'll update themselves to an earlier version.

    The founders of Meraki have made huge contributions to open source software and it is good to see that others are taking advantage of their great work and making further improvements.