<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jesse+Read</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jesse+Read"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Jesse_Read"/>
	<updated>2026-05-02T10:16:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77294</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77294"/>
		<updated>2014-02-13T04:38:55Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* iOS Application Improvement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have six great mentors as of today, but we're very welcoming of more ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about the ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theme Integration===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theme is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
* allow the usage of free themes out there, like themes for Drupal, Wordpress, etc. &lt;br /&gt;
* allow the integration of mobile themes&lt;br /&gt;
* detect mobile devices and present the mobile theme&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': CSS, HTML5, ruby, RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Installer==&lt;br /&gt;
&lt;br /&gt;
===Improved Installation===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved installation, e.g. new Anaconda &amp;quot;node&amp;quot; or some similar thing for Ubuntu&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Python&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Help users get their HDA up and running with minimal interaction.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to implement an automated configuration check tool.The current interactive network troubleshooter can be used as a starting point. The tool should:&lt;br /&gt;
&lt;br /&gt;
* check if the installation was successful&lt;br /&gt;
* compare current settings against the expected settings&lt;br /&gt;
* automatically fix inconsistencies with no user interaction&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.amahi.net Amahi Interactive Troubleshooter]&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps==&lt;br /&gt;
&lt;br /&gt;
Innovative app packaging or app related projects.&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
===Create UI and package it for RSnapshot===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make a UI for rsnapshot&lt;br /&gt;
&lt;br /&gt;
'''Objective''': RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data. A one-click app that includes a UI to set up and manage RSnapshot backups. Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''References'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
===Package VoIP and/or PBX system===&lt;br /&gt;
&lt;br /&gt;
'''Description''':&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
&amp;quot;''Mentors''&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===iOS Application Improvement===&lt;br /&gt;
&lt;br /&gt;
'''Description''': While Amahi has an iOS application already, there is a lot of room for improvement. For this project, we're looking to improve the existing iOS application and expand it's feature set. We're striving to make Amahi for iOS a polished, fast, and enjoyable application for our users.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': We're looking to improve the the current implementation of the iOS project and add additional features, here is a list of requested features:&lt;br /&gt;
*Offer to display image-heavy folders and shares within a &amp;quot;gallery&amp;quot; or collection view.&lt;br /&gt;
*Offer the ability to navigate and stream shares containing music in a streamlined way.&lt;br /&gt;
*Dynamic search.&lt;br /&gt;
*SPDY support, for both remote and local queries.&lt;br /&gt;
*Support for accessing HDA web applications within Amahi for iOS.&lt;br /&gt;
*Share folders and files from your HDA to other apps or users.&lt;br /&gt;
*Support for HDA user permissions (share &amp;amp; web app restrictions, etc.)&lt;br /&gt;
*Add support for Dropbox, Google Drive, and other third-party services.&lt;br /&gt;
*Improve the first-launch user experience&lt;br /&gt;
*Add functionality to assist with HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Objective-C/Cocoa&lt;br /&gt;
*Experience programming against a REST API would be helpful (Even input on improving and expanding the API!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse Read, Carlos&lt;br /&gt;
&lt;br /&gt;
'''Reference''': [http://www.amahi.org/ios Amahi for iOS]&lt;br /&gt;
&lt;br /&gt;
===Android Application Implementation===&lt;br /&gt;
&lt;br /&gt;
'''Description''': There's huge demand for an Android application following the popularity of our iOS app. Our users are looking for an application that has feature parity with the existing iOS app, and even shows it up with additional features!&lt;br /&gt;
&lt;br /&gt;
'''Objective''':  An Android app that is on par or better than the iOS app, including mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Java Programming&lt;br /&gt;
*Experience with the Android Development environment would be helpful&lt;br /&gt;
*Experience programming against a REST/JSON API would be helpful&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Jesse Read, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
===Clustering Amahi Servers===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Create a system to create data nodes that integrate with the Amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Objective''': An installer that integrates with Amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
'''Mentors''': &lt;br /&gt;
&lt;br /&gt;
===Rolling Distribution===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make Amahi a rolling distribution&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Being able to upgrade Amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Reliability==&lt;br /&gt;
&lt;br /&gt;
===Improve App Stability===&lt;br /&gt;
'''Description''': Use containers to improve app stability.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Use containers like Docker for better app installs an interactions. Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor:''': Carlos&lt;br /&gt;
&lt;br /&gt;
===App Testing===&lt;br /&gt;
&lt;br /&gt;
'''Description''': App reliability is critical for Amahi. &lt;br /&gt;
&lt;br /&gt;
'''Objective''': Bring up a CI server (aka &amp;quot;the grinder&amp;quot;) up to speed. Goal is app reliability being 100%. We have &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 14.04===&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other Ideas=&lt;br /&gt;
&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Router integration, UPNP, direct control&lt;br /&gt;
* Port AES (Amahi Energy Server) to Amahi 7&lt;br /&gt;
* Integration of LDAP as a back-end management system, calendaring&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
* Calendaring, and integrated contact manager application: possible work-around - owncloud&lt;br /&gt;
* For the more design-oriented, build mobile theme(s)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77288</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77288"/>
		<updated>2014-02-13T04:37:51Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Implementation (Android) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have six great mentors as of today, but we're very welcoming of more ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about the ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theme Integration===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theme is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
* allow the usage of free themes out there, like themes for Drupal, Wordpress, etc. &lt;br /&gt;
* allow the integration of mobile themes&lt;br /&gt;
* detect mobile devices and present the mobile theme&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': CSS, HTML5, ruby, RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Installer==&lt;br /&gt;
&lt;br /&gt;
===Improved Installation===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved installation, e.g. new Anaconda &amp;quot;node&amp;quot; or some similar thing for Ubuntu&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Python&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Help users get their HDA up and running with minimal interaction.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to implement an automated configuration check tool.The current interactive network troubleshooter can be used as a starting point. The tool should:&lt;br /&gt;
&lt;br /&gt;
* check if the installation was successful&lt;br /&gt;
* compare current settings against the expected settings&lt;br /&gt;
* automatically fix inconsistencies with no user interaction&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.amahi.net Amahi Interactive Troubleshooter]&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps==&lt;br /&gt;
&lt;br /&gt;
Innovative app packaging or app related projects.&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
===Create UI and package it for RSnapshot===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make a UI for rsnapshot&lt;br /&gt;
&lt;br /&gt;
'''Objective''': RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data. A one-click app that includes a UI to set up and manage RSnapshot backups. Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''References'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
===Package VoIP and/or PBX system===&lt;br /&gt;
&lt;br /&gt;
'''Description''':&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
&amp;quot;''Mentors''&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===iOS Application Improvement===&lt;br /&gt;
&lt;br /&gt;
'''Description''': While Amahi has an iOS application already, there is a lot of room for improvement. For this project, we're looking to improve the existing iOS application and expand it's feature set. We're striving to make Amahi for iOS a polished, fast, and enjoyable application for our users.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': We're looking to improve the the current implementation of the iOS project and add additional features, here is a list of requested features:&lt;br /&gt;
*Offer to display image-heavy folders and shares within a &amp;quot;gallery&amp;quot; or collection view.&lt;br /&gt;
*Offer the ability to navigate and stream shares containing music in a streamlined way.&lt;br /&gt;
*Dynamic search.&lt;br /&gt;
*SPDY support, for both remote and local queries.&lt;br /&gt;
*Support for accessing HDA web applications within Amahi for iOS.&lt;br /&gt;
*Share folders and files from your HDA to other apps or users.&lt;br /&gt;
*Support for HDA user permissions (share &amp;amp; web app restrictions, etc.)&lt;br /&gt;
*Add support for Dropbox, Google Drive, and other third-party services.&lt;br /&gt;
*Improve the first-launch user experience&lt;br /&gt;
*Add functionality to assist with HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Objective-C/Cocoa&lt;br /&gt;
*Experience programming against a REST API would be helpful (Even input on improving and expanding the API!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse Read, Carlos&lt;br /&gt;
&lt;br /&gt;
===Android Application Implementation===&lt;br /&gt;
&lt;br /&gt;
'''Description''': There's huge demand for an Android application following the popularity of our iOS app. Our users are looking for an application that has feature parity with the existing iOS app, and even shows it up with additional features!&lt;br /&gt;
&lt;br /&gt;
'''Objective''':  An Android app that is on par or better than the iOS app, including mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Java Programming&lt;br /&gt;
*Experience with the Android Development environment would be helpful&lt;br /&gt;
*Experience programming against a REST/JSON API would be helpful&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Jesse Read, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
===Clustering Amahi Servers===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Create a system to create data nodes that integrate with the Amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Objective''': An installer that integrates with Amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
'''Mentors''': &lt;br /&gt;
&lt;br /&gt;
===Rolling Distribution===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make Amahi a rolling distribution&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Being able to upgrade Amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Reliability==&lt;br /&gt;
&lt;br /&gt;
===Improve App Stability===&lt;br /&gt;
'''Description''': Use containers to improve app stability.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Use containers like Docker for better app installs an interactions. Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor:''': Carlos&lt;br /&gt;
&lt;br /&gt;
===App Testing===&lt;br /&gt;
&lt;br /&gt;
'''Description''': App reliability is critical for Amahi. &lt;br /&gt;
&lt;br /&gt;
'''Objective''': Bring up a CI server (aka &amp;quot;the grinder&amp;quot;) up to speed. Goal is app reliability being 100%. We have &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 14.04===&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other Ideas=&lt;br /&gt;
&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Router integration, UPNP, direct control&lt;br /&gt;
* Port AES (Amahi Energy Server) to Amahi 7&lt;br /&gt;
* Integration of LDAP as a back-end management system, calendaring&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
* Calendaring, and integrated contact manager application: possible work-around - owncloud&lt;br /&gt;
* For the more design-oriented, build mobile theme(s)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77282</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77282"/>
		<updated>2014-02-13T04:37:33Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Implementation (Android) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have six great mentors as of today, but we're very welcoming of more ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about the ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theme Integration===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theme is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
* allow the usage of free themes out there, like themes for Drupal, Wordpress, etc. &lt;br /&gt;
* allow the integration of mobile themes&lt;br /&gt;
* detect mobile devices and present the mobile theme&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': CSS, HTML5, ruby, RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Installer==&lt;br /&gt;
&lt;br /&gt;
===Improved Installation===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved installation, e.g. new Anaconda &amp;quot;node&amp;quot; or some similar thing for Ubuntu&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Python&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Help users get their HDA up and running with minimal interaction.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to implement an automated configuration check tool.The current interactive network troubleshooter can be used as a starting point. The tool should:&lt;br /&gt;
&lt;br /&gt;
* check if the installation was successful&lt;br /&gt;
* compare current settings against the expected settings&lt;br /&gt;
* automatically fix inconsistencies with no user interaction&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.amahi.net Amahi Interactive Troubleshooter]&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps==&lt;br /&gt;
&lt;br /&gt;
Innovative app packaging or app related projects.&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
===Create UI and package it for RSnapshot===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make a UI for rsnapshot&lt;br /&gt;
&lt;br /&gt;
'''Objective''': RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data. A one-click app that includes a UI to set up and manage RSnapshot backups. Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''References'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
===Package VoIP and/or PBX system===&lt;br /&gt;
&lt;br /&gt;
'''Description''':&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
&amp;quot;''Mentors''&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===iOS Application Improvement===&lt;br /&gt;
&lt;br /&gt;
'''Description''': While Amahi has an iOS application already, there is a lot of room for improvement. For this project, we're looking to improve the existing iOS application and expand it's feature set. We're striving to make Amahi for iOS a polished, fast, and enjoyable application for our users.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': We're looking to improve the the current implementation of the iOS project and add additional features, here is a list of requested features:&lt;br /&gt;
*Offer to display image-heavy folders and shares within a &amp;quot;gallery&amp;quot; or collection view.&lt;br /&gt;
*Offer the ability to navigate and stream shares containing music in a streamlined way.&lt;br /&gt;
*Dynamic search.&lt;br /&gt;
*SPDY support, for both remote and local queries.&lt;br /&gt;
*Support for accessing HDA web applications within Amahi for iOS.&lt;br /&gt;
*Share folders and files from your HDA to other apps or users.&lt;br /&gt;
*Support for HDA user permissions (share &amp;amp; web app restrictions, etc.)&lt;br /&gt;
*Add support for Dropbox, Google Drive, and other third-party services.&lt;br /&gt;
*Improve the first-launch user experience&lt;br /&gt;
*Add functionality to assist with HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Objective-C/Cocoa&lt;br /&gt;
*Experience programming against a REST API would be helpful (Even input on improving and expanding the API!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse Read, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': There's huge demand for an Android application following the popularity of our iOS app. Our users are looking for an application that has feature parity with the existing iOS app, and even shows it up with additional features!&lt;br /&gt;
&lt;br /&gt;
'''Objective''':  An Android app that is on par or better than the iOS app, including mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Java Programming&lt;br /&gt;
*Experience with the Android Development environment would be helpful&lt;br /&gt;
*Experience programming against a REST/JSON API would be helpful&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Jesse Read, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
===Clustering Amahi Servers===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Create a system to create data nodes that integrate with the Amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Objective''': An installer that integrates with Amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
'''Mentors''': &lt;br /&gt;
&lt;br /&gt;
===Rolling Distribution===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make Amahi a rolling distribution&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Being able to upgrade Amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Reliability==&lt;br /&gt;
&lt;br /&gt;
===Improve App Stability===&lt;br /&gt;
'''Description''': Use containers to improve app stability.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Use containers like Docker for better app installs an interactions. Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor:''': Carlos&lt;br /&gt;
&lt;br /&gt;
===App Testing===&lt;br /&gt;
&lt;br /&gt;
'''Description''': App reliability is critical for Amahi. &lt;br /&gt;
&lt;br /&gt;
'''Objective''': Bring up a CI server (aka &amp;quot;the grinder&amp;quot;) up to speed. Goal is app reliability being 100%. We have &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 14.04===&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other Ideas=&lt;br /&gt;
&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Router integration, UPNP, direct control&lt;br /&gt;
* Port AES (Amahi Energy Server) to Amahi 7&lt;br /&gt;
* Integration of LDAP as a back-end management system, calendaring&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
* Calendaring, and integrated contact manager application: possible work-around - owncloud&lt;br /&gt;
* For the more design-oriented, build mobile theme(s)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77276</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77276"/>
		<updated>2014-02-13T04:34:07Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Awesomization (iOS) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have six great mentors as of today, but we're very welcoming of more ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about the ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theme Integration===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theme is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
* allow the usage of free themes out there, like themes for Drupal, Wordpress, etc. &lt;br /&gt;
* allow the integration of mobile themes&lt;br /&gt;
* detect mobile devices and present the mobile theme&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': CSS, HTML5, ruby, RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Installer==&lt;br /&gt;
&lt;br /&gt;
===Improved Installation===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved installation, e.g. new Anaconda &amp;quot;node&amp;quot; or some similar thing for Ubuntu&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Python&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Help users get their HDA up and running with minimal interaction.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to implement an automated configuration check tool.The current interactive network troubleshooter can be used as a starting point. The tool should:&lt;br /&gt;
&lt;br /&gt;
* check if the installation was successful&lt;br /&gt;
* compare current settings against the expected settings&lt;br /&gt;
* automatically fix inconsistencies with no user interaction&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.amahi.net Amahi Interactive Troubleshooter]&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps==&lt;br /&gt;
&lt;br /&gt;
Innovative app packaging or app related projects.&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
===Create UI and package it for RSnapshot===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make a UI for rsnapshot&lt;br /&gt;
&lt;br /&gt;
'''Objective''': RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data. A one-click app that includes a UI to set up and manage RSnapshot backups. Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''References'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
===Package VoIP and/or PBX system===&lt;br /&gt;
&lt;br /&gt;
'''Description''':&lt;br /&gt;
&lt;br /&gt;
'''Objective''': &lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
&amp;quot;''Mentors''&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===iOS Application Improvement===&lt;br /&gt;
&lt;br /&gt;
'''Description''': While Amahi has an iOS application already, there is a lot of room for improvement. For this project, we're looking to improve the existing iOS application and expand it's feature set. We're striving to make Amahi for iOS a polished, fast, and enjoyable application for our users.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': We're looking to improve the the current implementation of the iOS project and add additional features, here is a list of requested features:&lt;br /&gt;
*Offer to display image-heavy folders and shares within a &amp;quot;gallery&amp;quot; or collection view.&lt;br /&gt;
*Offer the ability to navigate and stream shares containing music in a streamlined way.&lt;br /&gt;
*Dynamic search.&lt;br /&gt;
*SPDY support, for both remote and local queries.&lt;br /&gt;
*Support for accessing HDA web applications within Amahi for iOS.&lt;br /&gt;
*Share folders and files from your HDA to other apps or users.&lt;br /&gt;
*Support for HDA user permissions (share &amp;amp; web app restrictions, etc.)&lt;br /&gt;
*Add support for Dropbox, Google Drive, and other third-party services.&lt;br /&gt;
*Improve the first-launch user experience&lt;br /&gt;
*Add functionality to assist with HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
*Objective-C/Cocoa&lt;br /&gt;
*Experience programming against a REST API would be helpful (Even input on improving and expanding the API!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse Read, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Objective''':  An Android app that is on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Java, Android Stack, REST services, json&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Jesse, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
== Networking ==&lt;br /&gt;
&lt;br /&gt;
===Clustering Amahi Servers===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Create a system to create data nodes that integrate with the Amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Objective''': An installer that integrates with Amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': &lt;br /&gt;
&lt;br /&gt;
'''Mentors''': &lt;br /&gt;
&lt;br /&gt;
===Rolling Distribution===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make Amahi a rolling distribution&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Being able to upgrade Amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Reliability==&lt;br /&gt;
&lt;br /&gt;
===Improve App Stability===&lt;br /&gt;
'''Description''': Use containers to improve app stability.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Use containers like Docker for better app installs an interactions. Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor:''': Carlos&lt;br /&gt;
&lt;br /&gt;
===App Testing===&lt;br /&gt;
&lt;br /&gt;
'''Description''': App reliability is critical for Amahi. &lt;br /&gt;
&lt;br /&gt;
'''Objective''': Bring up a CI server (aka &amp;quot;the grinder&amp;quot;) up to speed. Goal is app reliability being 100%. We have &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 14.04===&lt;br /&gt;
&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Other Ideas=&lt;br /&gt;
&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Router integration, UPNP, direct control&lt;br /&gt;
* Port AES (Amahi Energy Server) to Amahi 7&lt;br /&gt;
* Integration of LDAP as a back-end management system, calendaring&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
* Calendaring, and integrated contact manager application: possible work-around - owncloud&lt;br /&gt;
* For the more design-oriented, build mobile theme(s)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77084</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77084"/>
		<updated>2014-02-13T02:11:09Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Caching Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have a 6 great mentors as of today, but we're very welcoming of mode ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about these ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theming===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theming is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps or App related==&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''&amp;quot;: Daniel, Jesse Read&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse Read&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===Mobile App Awesomization (iOS)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Take the iOS app to a whole new level of usability and popularity. The goal is to make the mobile really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Add really useful features to the app, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse Read, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''Reference'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
==Clustering Amahi servers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Use Containers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Use containers like Docker for better app installs an interactions&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==App Testing==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Bring up the grinder up to speed&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
App reliability goes to 100%.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 14.04==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77078</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77078"/>
		<updated>2014-02-13T02:03:43Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Implementation (Android) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have a 6 great mentors as of today, but we're very welcoming of mode ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about these ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theming===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theming is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps or App related==&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''&amp;quot;: Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse Read&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===Mobile App Awesomization (iOS)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Take the iOS app to a whole new level of usability and popularity. The goal is to make the mobile really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Add really useful features to the app, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse Read, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''Reference'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
==Clustering Amahi servers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Use Containers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Use containers like Docker for better app installs an interactions&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==App Testing==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Bring up the grinder up to speed&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
App reliability goes to 100%.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 14.04==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77072</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77072"/>
		<updated>2014-02-13T02:03:22Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Network Groups */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have a 6 great mentors as of today, but we're very welcoming of mode ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about these ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theming===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theming is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps or App related==&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''&amp;quot;: Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Jesse Read&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===Mobile App Awesomization (iOS)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Take the iOS app to a whole new level of usability and popularity. The goal is to make the mobile really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Add really useful features to the app, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''Reference'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
==Clustering Amahi servers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Use Containers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Use containers like Docker for better app installs an interactions&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==App Testing==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Bring up the grinder up to speed&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
App reliability goes to 100%.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 14.04==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77066</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77066"/>
		<updated>2014-02-13T02:02:47Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Network Groups */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have a 6 great mentors as of today, but we're very welcoming of mode ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about these ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theming===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theming is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps or App related==&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''&amp;quot;: Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''&amp;quot;: Daniel, Jesse Read&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===Mobile App Awesomization (iOS)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Take the iOS app to a whole new level of usability and popularity. The goal is to make the mobile really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Add really useful features to the app, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''Reference'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
==Clustering Amahi servers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Use Containers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Use containers like Docker for better app installs an interactions&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==App Testing==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Bring up the grinder up to speed&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
App reliability goes to 100%.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 14.04==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77060</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=77060"/>
		<updated>2014-02-13T02:01:44Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Easy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Are you a GSOC student or mentor? Have questions? Contact us via IRC on [http://talk.amahi.org #amahi on irc.freenode.net] or on the amahi-devel [[mailing list]].&lt;br /&gt;
&lt;br /&gt;
If you are interested in being a mentor, we have a 6 great mentors as of today, but we're very welcoming of mode ideas and more mentors!&lt;br /&gt;
&lt;br /&gt;
If you are a student, come talk to us about these ideas below for possible projects! Don't forget that these are subject to suggestions, extensions or adaptations. Even new ideas will be considered. Some of these ideas are more mature and concrete than others.&lt;br /&gt;
&lt;br /&gt;
The '''most important thing''' is to find an '''area that you enjoy''', using a programming language that you know or are willing to learn!&lt;br /&gt;
&lt;br /&gt;
=List of Project Ideas=&lt;br /&gt;
&lt;br /&gt;
== GUI and UX ==&lt;br /&gt;
&lt;br /&gt;
===Better Theming===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Our theming is pretty good, however, it's very customized.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
===User Onboarding===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Happier users. The idea is to have an automated configuration. It should test the current network settings against the expected settings. In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
== Platform ==&lt;br /&gt;
&lt;br /&gt;
===Plugin System===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough. The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Disk Wizard===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
Also add the ability to be asked to mount USB drives as a share when they're connected &amp;amp; connect external shares from for example a NAS with the plugin system using that wizard.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create an amahi plugin that will streamline this process by providing a UI for disk management. The plugin should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References''':&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault] does have a nice wizard that people like&lt;br /&gt;
&lt;br /&gt;
===Greyhole UI===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails. The purpose of this plugin is to provide a UI and the necessary tools under the UI to make starting and managing a Greyhole UI possible and nice to understand for regular humans.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Create and amahi plugin that provides an UI that allows for the management of the greyhole pool. The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
* change the number of copies for individual file/directory&lt;br /&gt;
* invoke various gh commands&lt;br /&gt;
* view and monitor log files&lt;br /&gt;
* gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Carlos, Rod&lt;br /&gt;
&lt;br /&gt;
===Backup app data/settings===&lt;br /&gt;
&lt;br /&gt;
'''Description''': An drawback of Amahi is that it's hard to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective''': The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor''': Rod, Daniel&lt;br /&gt;
&lt;br /&gt;
== Apps or App related==&lt;br /&gt;
&lt;br /&gt;
===Caching Server===&lt;br /&gt;
&lt;br /&gt;
'''Description''': a caching proxy to save on bandwidth&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': system configuration and scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentors''&amp;quot;: Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
===Network Groups===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
==Mobile==&lt;br /&gt;
&lt;br /&gt;
===Mobile App Awesomization (iOS)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': Take the iOS app to a whole new level of usability and popularity. The goal is to make the mobile really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Objective''': Add really useful features to the app, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required''': Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentors''': Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
===Mobile App Implementation (Android)===&lt;br /&gt;
&lt;br /&gt;
'''Description''': We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos, Bogdan&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
'''Reference'''&lt;br /&gt;
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]&lt;br /&gt;
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]&lt;br /&gt;
&lt;br /&gt;
==Clustering Amahi servers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Use Containers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Use containers like Docker for better app installs an interactions&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==App Testing==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Bring up the grinder up to speed&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
App reliability goes to 100%.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 14.04==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
= Reference =&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76952</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76952"/>
		<updated>2014-02-11T03:15:16Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Backup app data/settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a sample of ideas for the 2014 GSOC application for Amahi.&lt;br /&gt;
&lt;br /&gt;
This list is old and it's about to be updated for 2014.&lt;br /&gt;
&lt;br /&gt;
=Critical=&lt;br /&gt;
=Important=&lt;br /&gt;
=Enhancement=&lt;br /&gt;
=To be Organized=&lt;br /&gt;
==Plugin System==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Disk Wizard==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will streamline this process by providing a UI for disk management&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
* Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault]&lt;br /&gt;
&lt;br /&gt;
==Greyhole UI==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create and amahi plugin that provides an UI that allows for the management of the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
*change the number of copies for individual file/directory&lt;br /&gt;
*invoke various gh commands&lt;br /&gt;
*view and monitor log files&lt;br /&gt;
*gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==User Onboarding==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Happier users&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Have an automated unit test. It should test the current network settings against the expected settings.&lt;br /&gt;
In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
==Backup app data/settings==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
An important drawback of Amahi is the inability to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
*Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
*Centralising app data/configs - link them to app folder instead.&lt;br /&gt;
*&amp;quot;Destructive&amp;quot; update awareness&lt;br /&gt;
*Ability to list, outline data directories for backups/upgrade check&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* System scripting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod&lt;br /&gt;
&lt;br /&gt;
==Caching Server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Squid&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Carlos, Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
==Network Groups==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Allow an administrator to group network devices in groups with different permissions.&lt;br /&gt;
Limit the user access to certain apps based on the group settings.&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
==Mobile App Awesomization (iOS)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Take the iOS app to a whole new level of usability and popularity by adding really useful features, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The mobile app will become really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''  &lt;br /&gt;
&lt;br /&gt;
Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentor''' &lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Mobile App Implementation (Android)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
==Data nodes that integrate with main amahi server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 12.04 Amahi Development==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Use Containers==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Use containers like Docker for better app installs an interactions&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Better app packaging.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==App Testing==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Bring up the grinder up to speed&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
App reliability goes to 100%.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76934</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76934"/>
		<updated>2014-02-11T03:03:12Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Implementation (Android) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a sample of ideas for the 2014 GSOC application for Amahi.&lt;br /&gt;
&lt;br /&gt;
This list is old and it's about to be updated for 2014.&lt;br /&gt;
&lt;br /&gt;
=Critical=&lt;br /&gt;
=Important=&lt;br /&gt;
=Enhancement=&lt;br /&gt;
=To be Organized=&lt;br /&gt;
==Plugin System==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Disk Wizard==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will streamline this process by providing a UI for disk management&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
* Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault]&lt;br /&gt;
&lt;br /&gt;
==Greyhole UI==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create and amahi plugin that provides an UI that allows for the management of the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
*change the number of copies for individual file/directory&lt;br /&gt;
*invoke various gh commands&lt;br /&gt;
*view and monitor log files&lt;br /&gt;
*gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==User Onboarding==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Happier users&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Have an automated unit test. It should test the current network settings against the expected settings.&lt;br /&gt;
In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
==Backup app data/settings==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
An important drawback of Amahi is the inability to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod&lt;br /&gt;
&lt;br /&gt;
==Caching Server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Squid&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Carlos, Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
==Network Groups==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Allow an administrator to group network devices in groups with different permissions.&lt;br /&gt;
Limit the user access to certain apps based on the group settings.&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
==Mobile App Awesomization (iOS)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Take the iOS app to a whole new level of usability and popularity by adding really useful features, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The mobile app will become really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''  &lt;br /&gt;
&lt;br /&gt;
Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentor''' &lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Mobile App Implementation (Android)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
Java, Android Stack&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
Also, possibly backup to GDrive, S3, other cloud solutions&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming,&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod, Dag&lt;br /&gt;
&lt;br /&gt;
==Data nodes that integrate with main amahi server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 12.04 Amahi Development==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76922</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76922"/>
		<updated>2014-02-11T03:02:43Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Awesomization (iOS) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a sample of ideas for the 2014 GSOC application for Amahi.&lt;br /&gt;
&lt;br /&gt;
This list is old and it's about to be updated for 2014.&lt;br /&gt;
&lt;br /&gt;
=Critical=&lt;br /&gt;
=Important=&lt;br /&gt;
=Enhancement=&lt;br /&gt;
=To be Organized=&lt;br /&gt;
==Plugin System==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Disk Wizard==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will streamline this process by providing a UI for disk management&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
* Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault]&lt;br /&gt;
&lt;br /&gt;
==Greyhole UI==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create and amahi plugin that provides an UI that allows for the management of the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
*change the number of copies for individual file/directory&lt;br /&gt;
*invoke various gh commands&lt;br /&gt;
*view and monitor log files&lt;br /&gt;
*gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==User Onboarding==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Happier users&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Have an automated unit test. It should test the current network settings against the expected settings.&lt;br /&gt;
In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
==Backup app data/settings==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
An important drawback of Amahi is the inability to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod&lt;br /&gt;
&lt;br /&gt;
==Caching Server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Squid&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Carlos, Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
==Network Groups==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Allow an administrator to group network devices in groups with different permissions.&lt;br /&gt;
Limit the user access to certain apps based on the group settings.&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
==Mobile App Awesomization (iOS)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Take the iOS app to a whole new level of usability and popularity by adding really useful features, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
*Mobile user onboarding, and HDA setup assistance&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The mobile app will become really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''  &lt;br /&gt;
&lt;br /&gt;
Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentor''' &lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Mobile App Implementation (Android)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Data nodes that integrate with main amahi server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 12.04 Amahi Development==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76916</id>
		<title>Google Summer of Code Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Google_Summer_of_Code_Ideas&amp;diff=76916"/>
		<updated>2014-02-11T03:02:06Z</updated>

		<summary type="html">&lt;p&gt;Jesse Read: /* Mobile App Awesomization (iOS) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a sample of ideas for the 2014 GSOC application for Amahi.&lt;br /&gt;
&lt;br /&gt;
This list is old and it's about to be updated for 2014.&lt;br /&gt;
&lt;br /&gt;
=Critical=&lt;br /&gt;
=Important=&lt;br /&gt;
=Enhancement=&lt;br /&gt;
=To be Organized=&lt;br /&gt;
==Plugin System==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Make the ability to create and install Amahi plugins easy and enable the creation of those plugins for a variety of purposes, like SMART monitoring, system stuff (network scanning, etc.) and the two examples below for the disk wizard and the Greyhole UI, among other ideas.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin system, where PHP, Python, Node, and other modern webapps can be easily integrated. We can currently do this with some RoR engines, but the mechanism is not robust enough.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins system should allow modern web-based apps to be easily integrated with Amahi -- from Node.js apps to Ruby/PHP/Python --  so that users can easily reap the benefits of the onslaught of difficult-to-deploy modern web apps with a single click install.&lt;br /&gt;
ProTip: possibly leverage docker containers within Amahi&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Disk Wizard==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Expanding the storage capacity is an important feature of Amahi but as of now it requires advanced (e.g. command line) skills. We want easy disk/partition onboarding.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will streamline this process by providing a UI for disk management&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugins should detect if a new disk was added and it should provide a wizard to create partitions and format with the desired file system&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Low level system scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
* Dag, Bogdan&lt;br /&gt;
&lt;br /&gt;
'''References'''&amp;lt;br /&amp;gt;&lt;br /&gt;
* [http://www.openmediavault.org/ OpenMediaVault]&lt;br /&gt;
&lt;br /&gt;
==Greyhole UI==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Greyhole is an application that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected), and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create and amahi plugin that provides an UI that allows for the management of the greyhole pool.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator user to:&lt;br /&gt;
add/remove disks to/from the pool.&lt;br /&gt;
*change the number of copies for individual file/directory&lt;br /&gt;
*invoke various gh commands&lt;br /&gt;
*view and monitor log files&lt;br /&gt;
*gui to visualize data distribution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, System programing&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==User Onboarding==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
Improved workflow for users to come up with their HDA running&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Happier users&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Have an automated unit test. It should test the current network settings against the expected settings.&lt;br /&gt;
In case of inconsistencies it should offer the user solutions with very little interaction. &lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, scripting, netflow capture, dhcping scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Daniel, Carlos&lt;br /&gt;
&lt;br /&gt;
==Backup app data/settings==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
An important drawback of Amahi is the inability to backup the installed applications and their user data&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create an amahi plugin that will allow backup and restore of the user data for apps installed from the AppStore&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should allow an administrator to backup any application data either on an external media or in the cloud(e.g.: Dropbox, Google Drive, etc).The restore process should check if the application is installed on the HDA and if not it should be automatically installed from the AppStore before the user data is restored.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* System scripting&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Rod&lt;br /&gt;
&lt;br /&gt;
==Caching Server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The plugin should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:&lt;br /&gt;
*Limit access between certain time intervals&lt;br /&gt;
*Limit bandwidth&lt;br /&gt;
*Block certain websites (either on an individual basis or read them from a file)&lt;br /&gt;
*Limit traffic&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* Squid&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Carlos, Daniel, Jesse&lt;br /&gt;
&lt;br /&gt;
==Network Groups==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
Develop a plugin to allow network device grouping. This will be the framework for future plugins.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
Allow an administrator to group network devices in groups with different permissions.&lt;br /&gt;
Limit the user access to certain apps based on the group settings.&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
* RoR, system programming&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
* Jesse, Daniel&lt;br /&gt;
&lt;br /&gt;
==Mobile App Awesomization (iOS)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Take the iOS app to a whole new level of usability and popularity by adding really useful features, like&lt;br /&gt;
*algorithmically detect image-heavy folders on the fly and offer to display them as a gallery view&lt;br /&gt;
*similarly with on-the-fly music folders&lt;br /&gt;
*dynamic search&lt;br /&gt;
*SPDY support for all remote accesses (+1 for local)&lt;br /&gt;
*support for webapp browsing&lt;br /&gt;
*folder sharing&lt;br /&gt;
*local user support&lt;br /&gt;
*adding support for GDrive, Dropbox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
The mobile app will become really polished and fast, as well as a pleasure to use.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''  &lt;br /&gt;
&lt;br /&gt;
Objective-C/Cocoa&lt;br /&gt;
&lt;br /&gt;
'''Mentor''' &lt;br /&gt;
&lt;br /&gt;
Jesse, Carlos&lt;br /&gt;
&lt;br /&gt;
==Mobile App Implementation (Android)==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
We have great demand for an Android app thanks to the popularity of our iOS app. Our users want us to make an Amahi Android app to support login, browsing and streaming of Amahi servers.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An Android app that can be on par or better than the iOS app, with mobile streaming, downloading files and sharing them.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Create UI and package it for RSnapshot==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
RSnapshot is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A one-click app that includes a UI to set up and manage RSnapshot backups.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Data nodes that integrate with main amahi server==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Create a system to create data nodes that integrate with the amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
An installer that integrates with amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Ubuntu 12.04 Amahi Development==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Further development on the amahi platform to be able to install the same applications and have the same features as the ubuntu based version.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
A new install CD or ruby package that allows you to add amahi functionality to Ubuntu 12.04 or Ubuntu 14.04 (if it is released and LTS)&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
==Make Amahi a rolling distribution==&lt;br /&gt;
'''Description'''&lt;br /&gt;
&lt;br /&gt;
'''Objective'''&lt;br /&gt;
&lt;br /&gt;
Being able to upgrade amahi versions without having to upgrade OSs is very appealing and a huge win.&lt;br /&gt;
&lt;br /&gt;
'''Expected result'''&lt;br /&gt;
&lt;br /&gt;
Make Amahi into a rolling distribution.&lt;br /&gt;
&lt;br /&gt;
'''Skills Required'''&lt;br /&gt;
&lt;br /&gt;
'''Mentor'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Hard=&lt;br /&gt;
* Add support for UPnP control of home routers from within the setup pages, e.g. to easily and dynamically control settings like DHCP server enable/disable, port forwarding, etc.&lt;br /&gt;
* Add support for Ubuntu or, in general, debian-based distributions&lt;br /&gt;
* Add support for an Android based distribution &lt;br /&gt;
* Enhance REST API to support management from other interfaces (eg. Android, iPhone)&lt;br /&gt;
* Build Android or iPhone interface to control home server&lt;br /&gt;
* Integrate one of the more complex applications, such as&lt;br /&gt;
** MythTV back-end&lt;br /&gt;
** FUPPES UPnP server (or other UPnP/DLNA server, eg. uShare, mediatomb)&lt;br /&gt;
** firewall (Shorewall, moonwall, ...) &lt;br /&gt;
** Asterisk&lt;br /&gt;
** OpenPBX&lt;br /&gt;
* Integration of LDAP as a back-end management system&lt;br /&gt;
* Feature development (examples):&lt;br /&gt;
** Easily change domain/DHCP settings managed by Amahi&lt;br /&gt;
** Use external and internal domain (internet/intranet)&lt;br /&gt;
** Change share servers to use a plugin system to allow each share to select which server they use&lt;br /&gt;
** Browseable selection of files and paths in dashboard&lt;br /&gt;
** Ability to add/mount disks via browser interface&lt;br /&gt;
** Seamlessly add drives as an option for share points&lt;br /&gt;
&lt;br /&gt;
=Medium=&lt;br /&gt;
* Integrate a mail server&lt;br /&gt;
* Enhance the theme engine to handle mainstream templates directly or with minimal configuration (e.g. Drupal, Wordpress, or others)&lt;br /&gt;
* Replace BIND as DNS server by a more dynamic, reconfigurable DNS server&lt;br /&gt;
* Build an integrated contact manager application&lt;br /&gt;
&lt;br /&gt;
=Easy=&lt;br /&gt;
* Improve the theme engine to handle more sophisticated themes&lt;br /&gt;
* For the more design-oriented, build new and exciting themes&lt;br /&gt;
&lt;br /&gt;
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.&lt;br /&gt;
&lt;br /&gt;
For other ideas, review our page on how to [[Contribute]]. Then explore our [http://forums.amahi.org/viewforum.php?f=15 suggestions forum] and our new [http://bugs.amahi.org/ bug tracker] (features suggested). &lt;br /&gt;
&lt;br /&gt;
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.google-melange.com/gsoc/homepage/google/gsoc2014 GSOC 2014]&lt;br /&gt;
* [http://drupal.org/node/59037 Drupal]&lt;br /&gt;
* [http://forge.mysql.com/wiki/SummerOfCode/ApplicationTemplate MySQL]&lt;br /&gt;
* [http://techbase.kde.org/Projects/Summer_of_Code/2009/Ideas KDE Ideas]&lt;/div&gt;</summary>
		<author><name>Jesse Read</name></author>
		
	</entry>
</feed>