Re: [9fans] radio

2014-05-10 Thread Krystian Lewandowski
Wiadomość napisana przez Bakul Shah w dniu 10 maj 2014, o godz. 01:21: > On Fri, 09 May 2014 16:11:00 +0200 Krystian Lewandowski > wrote: >> >> I was working on GPIO under Plan9 - very simple thing but also supports >> edge-raising/falling events. I had simple C code to print what pin >> tri

Re: [9fans] radio

2014-05-09 Thread Bakul Shah
On Fri, 09 May 2014 16:11:00 +0200 Krystian Lewandowski wrote: > > I was working on GPIO under Plan9 - very simple thing but also supports > edge-raising/falling events. I had simple C code to print what pin > triggered an event. I'll try to push this simple test to github during > weekend. Thou

Re: [9fans] radio

2014-05-09 Thread Skip Tavakkolian
FYI, another item on my todo list is porting the RF24 library to plan9-bcm. i use nrf24l01+ devices between arduinos and a pi (in Go on linux) for temp/humidity telemetry. the device uses the SPI interface. on a somewhat related note, is anyone building support for Go on Plan 9/ARM? On Fri, Ma

Re: [9fans] radio

2014-05-09 Thread Krystian Lewandowski
I was working on GPIO under Plan9 - very simple thing but also supports edge-raising/falling events. I had simple C code to print what pin triggered an event. I'll try to push this simple test to github during weekend. Though i'm not sure how it can be integrated - is events counting enough? Kryst

Re: [9fans] radio

2014-05-09 Thread erik quanstrom
On Fri May 9 08:56:34 EDT 2014, lu...@proxima.alt.za wrote: > > i would recommend renaming the J* files to j* files, and the functions > > from J* to j*, as the tradition is to use lowercase. > > Go standards strike! (not the J* files, though) this is not go. we should not use go standards in p

Re: [9fans] radio

2014-05-09 Thread lucio
> i would recommend renaming the J* files to j* files, and the functions > from J* to j*, as the tradition is to use lowercase. Go standards strike! (not the J* files, though) ++L

Re: [9fans] radio

2014-05-09 Thread erik quanstrom
On Fri May 9 08:36:54 EDT 2014, st...@quintile.net wrote: > > Looks like you forgot to include json.h > > I put my libjson.tgz and libxml.tgz on sources. i would recommend renaming the J* files to j* files, and the functions from J* to j*, as the tradition is to use lowercase. - erik

Re: [9fans] radio

2014-05-09 Thread Steve Simon
> Looks like you forgot to include json.h I put my libjson.tgz and libxml.tgz on sources. -Steve

Re: [9fans] radio

2014-05-08 Thread Skip Tavakkolian
that's what i was thinking too. i think most of the time, most of the information is available; it's just that they don't show up in a search or no search is done. P.S. i'm sure sp9sss conspiracy theorists will disagree :) On Thu, May 8, 2014 at 1:07 PM, Steven Stallion wrote: > On Thu, May 8

Re: [9fans] radio

2014-05-08 Thread Steven Stallion
On Thu, May 8, 2014 at 2:04 PM, Steve Simon wrote: > Perhaps we should a page on the wiki: > > "Work in progress" > "Stalled projects" > "Work I plan to progress" > "Work I would like somone to do" > > The theroy is it might inspire people and maybe reduce duplicat

Re: [9fans] radio

2014-05-08 Thread Steve Simon
Perhaps we should a page on the wiki: "Work in progress" "Stalled projects" "Work I plan to progress" "Work I would like somone to do" The theroy is it might inspire people and maybe reduce duplication of effort. Just a thought. -Steve

Re: [9fans] radio

2014-05-08 Thread Skip Tavakkolian
I suggested porting rtlsdr library for a GSoC project, but not takers; if anyone is interested in collaborating on this let me know. the majority of the work is moving the library off of libusb and replacing the pthread junk with thread(2). rtlsdr handles any DVB-T receiver that uses the RTL2832U

Re: [9fans] radio

2014-05-08 Thread Bakul Shah
On Thu, 08 May 2014 18:58:31 BST "Steve Simon" wrote: > I have a hifiberry (http://www.hifiberry.com/) nicely minimalist, > though no driver at present - I will await the GSOC project :-) > I have some itron VFDs from work, 256 x 64 pixel. I like these as > the visibility is excellent. The only a

Re: [9fans] radio

2014-05-08 Thread Steve Simon
I have a hifiberry (http://www.hifiberry.com/) nicely minimalist, though no driver at present - I will await the GSOC project :-) I have some itron VFDs from work, 256 x 64 pixel. I like these as the visibility is excellent. The only annoyance is they have a parallel interface and I use up all the

Re: [9fans] radio

2014-05-08 Thread Bakul Shah
On Thu, 08 May 2014 12:06:11 BST "Steve Simon" wrote: > > A little radio app for plan9. This has few features and may not > seem worth the effort to some but it is planned to be the basis for > an embedded radio device so it needs a little GUI and user interface. > > Currently I use this at work

[9fans] radio

2014-05-08 Thread Steve Simon
Ok, spurred into action. I have pushed out some work in progress. A little radio app for plan9. This has few features and may not seem worth the effort to some but it is planned to be the basis for an embedded radio device so it needs a little GUI and user interface. Currently I use this at work