simple on-platform web interface

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
akula169
Posts: 16
Joined: Tue Feb 16, 2010 2:16 pm

simple on-platform web interface

Post 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.
Attachments
wifi-radio_www.tar.gz
(1.59 KiB) Downloaded 807 times
ilinux
Posts: 55
Joined: Mon Jul 06, 2009 2:36 am

Re: simple on-platform web interface

Post by ilinux »

Can I test and add to my firmware?

What license are you using?
akula169
Posts: 16
Joined: Tue Feb 16, 2010 2:16 pm

Re: simple on-platform web interface

Post by akula169 »

License? I dunno - never really contributed my software before. Suggestions?
jeroen94704
Posts: 109
Joined: Sat Feb 13, 2010 4:27 am
Location: Eindhoven, the Netherlands

Re: simple on-platform web interface

Post 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.
akula169
Posts: 16
Joined: Tue Feb 16, 2010 2:16 pm

Re: simple on-platform web interface

Post 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...
Post Reply