Set up local network on olpc with python

Walter Bender walter.bender at gmail.com
Wed Sep 29 07:18:01 EDT 2010


On Wed, Sep 29, 2010 at 6:39 AM, Tobi Neuner <tobi at greven-9er.de> wrote:
>  Hi guys,
>
> for my bachelor thesis i need to program a short demonstration for the
> game i worked out to show the main functionality. It's some kind of a
> multiplayer learning game with some rpg-ideas for motivation keeping.
> For the multiplayer approach i need so setup a local mesh network to
> send data from one XO to all other. The data, that is send, is always an
> integer or a string value, like the new position of a char or a
> qestion-id. So what i read till now, the dbus tubes would fit perfectly
> for my approach. But at the moment i fail at this point. I don't
> understand how i have to implement this whole thing. So i'm on search
> for some good tutorial, some code snippets, where this is shown, or
> someone, who could explain it to me.
>

Find an activity that does something similar. For example. Turtle
Blocks shares the turtle movements to all the shared instances. The
relevant code is
http://git.sugarlabs.org/projects/turtleart/repos/mainline/blobs/master/TurtleArtActivity.py
(lines 513-702)

-walter
> Thanks very much for your help!
>
> grevenilvec
> _______________________________________________
> Devel mailing list
> Devel at lists.laptop.org
> http://lists.laptop.org/listinfo/devel
>



-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org



More information about the Devel mailing list