Other articles


  1. GSOC Report #7: Pencils down!

    {"date": "Sun 19 August 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    This week has been the suggested 'Pencils down period'.
    I haven't done big changes but I have taken advantage of this time to test Guifi.net Studio deeply to detect and fix crashes and complete some easy features.

    But there have been big changes, especially those done two weeks ago …

    read more
  2. GSOC Report #6: GUI + Guifi.net API

    {"date": "Mon 06 August 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    Another report for the last 2 weeks.

    The most of the work has been the Graphic User Interface.

    So far it's possible to create nodes, zones, devices and radios in the remote host (test.guifi.net in this case) from the application.

    You will also have the chance to create …

    read more
  3. GSOC Report #5: pyGuifiAPI

    {"date": "Mon 23 July 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    Big changes during these 2 weeks :)

    Python Guifi.net API

    I wrote a new library called pyGuifiApi. As you can guess by its name, it's used to communicate with the API in the side of the web server.
    I have included some tests that show how to create, update and …

    read more
  4. GSOC Report #4: libcnml ready

    {"date": "Mon 09 July 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    Not so many changes but important advances:

    • Libcnml is rewritten and uses classes. Now you can do things like managing a CNMLLink object and get the two CNMLNode objects linked:

    from libcnml import
    c = CNMLParser('tests/detail.3')
    node = c.getNode(888)
    print node
    <libcnml.CNMLNode instance at 0xb75082ac>
    dir …

    read more
  5. GSOC Report #3: unsolclic and libcnml

    {"date": "Tue 03 July 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    I'm back! No more exams for a while. I'm happy to have much more time to spend working on Guifi.net Studio.
    These are the improvements so far:

    Prettier GUI

    Guifi.net Studio is prettier now, that's the first thing you can notice :)
    Now it has an user interface quite …

    read more
  6. GSOC Report #2: libs and APIs

    {"date": "Tue 05 June 2012",

    "category": "GSoC2012",
    "tags": ["gsoc2012", "guifi.net"]}

    I have added some checkbuttons that allow you to show and hide the labels and the points of the nodes. Apart from that, there aren't more features this week.

    Libchamplain

    I have subscribed to their mailing list and I have the pending task of reading its archive.
    The other patches …

    read more
  7. GSOC Report #1: Maps

    {"date": "Sun 27 May 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    Today I have finished adding the libchamplain support to the old interface. Here I leave a screenshot:

    There you can appreciate that there's a bold point and a label for every node. I still have to draw the lines representing the links between nodes and improve the style and the …

    read more
  8. GSOC Report #0: Documentation

    {"date": "Tue 22 May 2012",

    "category": "GSoC2012",
    "tags": ["guifi.net", "gsoc2012"]}

    -Note: I forgot to say in my last post that all coming posts about GSOC will be in English-
    Well, the coding period started yesterday. Here is what I've been doing meanwhile during the documentation period:

    Project name

    First, I decided to change the project name from "CNML Explorer" to …

    read more

Page 1 / 2 »