Page 1 of 1

simple on-platform web interface

Posted: Thu Feb 18, 2010 11:29 pm
by akula169
I slapped together a web interface to run on the wifi-radio itself.

Its quick and dirty (ooooo, bash CGI!), but it does the job for me for now.

Its focus is handling web-radio station entries.

I can't offer much time for support - but if you have questions, let me know.

Drop it in /www and 'tar -zxvf' it.

Re: simple on-platform web interface

Posted: Fri Feb 19, 2010 1:54 am
by ilinux
Can I test and add to my firmware?

What license are you using?

Re: simple on-platform web interface

Posted: Fri Feb 19, 2010 9:46 am
by akula169
License? I dunno - never really contributed my software before. Suggestions?

Re: simple on-platform web interface

Posted: Fri Feb 19, 2010 10:47 am
by jeroen94704
Presuming you actually need a license (which you only do if you want to have something to say about what people can and cannot do with your work), your could opt for something like the MIT license (http://en.wikipedia.org/wiki/MIT_License), which is very permissive, allowing everything including commercial use of your code.

If you care about Open Source, you could opt for the GPL, which is also permissive, but forces developers building on your code to also release their work as Open Source.

Re: simple on-platform web interface

Posted: Fri Feb 19, 2010 1:17 pm
by akula169
OK, considering that, I don't really think this little bit of code needs a license. Consider it a code sample.

ilinux, do with it what you will...