09.11.2012 Views

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

▪ Default for bigger cards should probably be something like putting 65% of free<br />

space on /usr/local (EXT) and 35% on /home (FAT)<br />

Multi Code<br />

The idea: One R_pi will be connected to another and both can work on the same code.py.<br />

So that way say a teacher wanted to help a student with code without taking over. They<br />

can just plug there pi in to the students and go through checking for mistakes ect.<br />

The Conection: Conection will probably be via Ethernet using an ad hoc Network.<br />

Whats needed?: The program needs to open .py files and edit them. Next it needs to<br />

make a shered file that is updated every time a character changes. A different program (or<br />

same does not matter) should then connect to this file and update it in the same way.<br />

Every 10 seconds both pi's reload the shared file, thus have the same code. If the changes<br />

contradict each other then the host pi will override the connected pi.<br />

Why not just use VNC?<br />

How much of this "collaborative editing" is already built into Sugar? [1]<br />

(http://wiki.laptop.org/go/Activity_sharing)<br />

For something a little less intrusive/immediate, a DVCS like mercurial or git keeps<br />

people from stepping on each other's toes.<br />

Further evolutions: once/if the initial goals are acheved then further developments to the<br />

project would include making the systom compleatly live so there in no 10 second delay<br />

to each update. And make it posibal to connect the pi's via the Internet.<br />

The initial task: The first stage In this project is to make a file browser that can open and<br />

edit .py files.<br />

More info: for more information about the project follow @Lipj01 on twitter or email<br />

me at: Lippojac@gmail.com<br />

References<br />

<strong>Raspberry</strong> Pi

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!