Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-14 Thread Dimitris Symeonidis
hi firas, thanx for the publicity :-)

you know, gnuradio.wordpress.com is available. i can create it and
create author accounts to whoever wants one...

however, i think it might overlap with the discuss gnuradio mailing list...

Dimitris Symeonidis
"If you think you're too small to make a difference, try sleeping with
a mosquito!" - Amnesty International



On Tue, Oct 14, 2008 at 17:41, George Nychis <[EMAIL PROTECTED]> wrote:
> You're welcome!
>
> Hmmm... I think blogging might be outside the scope.  But, I think I can tie
> it in.
>
> What I was thinking was publishing a list of contributors, simple: Name and
> Affiliation (no contact information), and your name could link to an
> external blog or a personal webpage.
>
> - George
>
>
> Firas Abbas wrote:
>>
>> Hi,
>>
>> Thank you for your efforts.
>>
>> Can you add a blogging page to us? I think blogging is very important.
>> Kindly see :
>>
>> http://sdrblog.wordpress.com/
>>
>> It belong to Dimitris Symeonidis. He said that he started it " to keep a
>> log of the problems I face and how I solve them".
>>
>> I think it is very useful.
>>
>>
>>
>>
>> Best Regards,
>>
>> Firas
>>
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-14 Thread George Nychis

You're welcome!

Hmmm... I think blogging might be outside the scope.  But, I think I can 
tie it in.


What I was thinking was publishing a list of contributors, simple: Name 
and Affiliation (no contact information), and your name could link to an 
external blog or a personal webpage.


- George


Firas Abbas wrote:

Hi,

Thank you for your efforts.

Can you add a blogging page to us? I think blogging is very important. 
Kindly see :


http://sdrblog.wordpress.com/

It belong to Dimitris Symeonidis. He said that he started it " to keep a 
log of the problems I face and how I solve them".


I think it is very useful.




Best Regards,

Firas




___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-14 Thread Firas Abbas
Hi,

Thank you for your efforts. 

Can you add a blogging page to us? I think blogging is very important. Kindly 
see :

http://sdrblog.wordpress.com/

It belong to Dimitris Symeonidis. He said that he started it " to keep a log of 
the problems I face and how I solve them".

I think it is very useful.




Best Regards,

Firas
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread George Nychis



George Nychis wrote:


Hmmm... colors... :)



OK, it has a different feel.

- George



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread George Nychis

Thanks Josh!

I don't think there should be a standard, but I understand why you would 
want one.  There is likely to be 1 for each project, not just 1 for 
CGRAN.  The reason is that we are trying to make it as easy as possible 
for people to contribute their applications, which others can help 
maintain and enhance.


It's not setup to be the case where you checkout CGRAN, install it, and 
get all of its applications.  You find the applications you want, and 
install them.  By forcing the prior, I think we place ourself back in 
the situation with a high barrier of entry that GNU Radio has.


Hmmm... colors... :)

- George


Josh Blum wrote:

Very nice.

Is there going to be a standard way to use a CGRAN project on my 
gnuradio system... 2 simultaneous build systems, 1 for cgran, 1 for 
gnuradio? Many individual build systems, 1 for each cgran project? 
svn:externals?


We have to change the default trac color/theme on at least one of the 
websites now.



George Nychis wrote:

Hi all,

I am happy to announce the official release of CGRAN: The 
Comprehensive GNU Radio Archive Network.  Summary: CPAN->Perl as 
CGRAN->GNU Radio.


https://www.cgran.org/ (initial release only supports SSL, sorry!)



just finished adding an ssl exception in firefox...


What Is CGRAN?
---
The Comprehensive GNU Radio Archive Network (CGRAN) is a free open 
source repository for 3rd party GNU Radio applications that are not 
officially supported by the GNU Radio project. CGRAN provides a 
subversion repository for users to develop or submit new applications, 
and wiki access for full project documentation. Trac (our web 
interface) provides unique features such as a browser for the 
subversion repository and a ticket system for users to file issues 
with projects in CGRAN.



Why?

Getting code into the GNU Radio code base is difficult.  Share your 
GNU Radio applications without the hassle of FSF copyright, obtaining 
a GNU Radio developer account, integrating into the GNU Radio branch, 
and following GNU Radio coding conventions.  They are there for a 
reason, but they are not for everyone... and not all applications are 
for the official GNU Radio code base! ;)



CGRAN RELEASE BONUS: Architectural Latency Measurements
---
As a CGRAN "first project" release for others to follow, I have added 
code and applications which measure the latency of data as it flows 
from GNU Radio to the USRP and back.  This gives you an idea of GNU 
Radio->USRP round trip time, GNU Radio->kernel latencies, and 
kernel->USRP round trip time.  This can certainly be extended... all 
you need is a CGRAN account to work on it :)



Two initial projects I would love to see in CGRAN!
-
  * BBN 802.11 code (CGRAN would allow others to keep it up to date)
  * Univ. of Utah 802.11b Decoder

I am open to suggestions about CGRAN, it's for the community... so 
community feedback is appreciated.  Of course, report issues.


Enjoy!
George


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio





___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread Josh Blum

Very nice.

Is there going to be a standard way to use a CGRAN project on my 
gnuradio system... 2 simultaneous build systems, 1 for cgran, 1 for 
gnuradio? Many individual build systems, 1 for each cgran project? 
svn:externals?


We have to change the default trac color/theme on at least one of the 
websites now.



George Nychis wrote:

Hi all,

I am happy to announce the official release of CGRAN: The Comprehensive 
GNU Radio Archive Network.  Summary: CPAN->Perl as CGRAN->GNU Radio.


https://www.cgran.org/ (initial release only supports SSL, sorry!)



just finished adding an ssl exception in firefox...


What Is CGRAN?
---
The Comprehensive GNU Radio Archive Network (CGRAN) is a free open 
source repository for 3rd party GNU Radio applications that are not 
officially supported by the GNU Radio project. CGRAN provides a 
subversion repository for users to develop or submit new applications, 
and wiki access for full project documentation. Trac (our web interface) 
provides unique features such as a browser for the subversion repository 
and a ticket system for users to file issues with projects in CGRAN.



Why?

Getting code into the GNU Radio code base is difficult.  Share your GNU 
Radio applications without the hassle of FSF copyright, obtaining a GNU 
Radio developer account, integrating into the GNU Radio branch, and 
following GNU Radio coding conventions.  They are there for a reason, 
but they are not for everyone... and not all applications are for the 
official GNU Radio code base! ;)



CGRAN RELEASE BONUS: Architectural Latency Measurements
---
As a CGRAN "first project" release for others to follow, I have added 
code and applications which measure the latency of data as it flows from 
GNU Radio to the USRP and back.  This gives you an idea of GNU 
Radio->USRP round trip time, GNU Radio->kernel latencies, and 
kernel->USRP round trip time.  This can certainly be extended... all you 
need is a CGRAN account to work on it :)



Two initial projects I would love to see in CGRAN!
-
  * BBN 802.11 code (CGRAN would allow others to keep it up to date)
  * Univ. of Utah 802.11b Decoder

I am open to suggestions about CGRAN, it's for the community... so 
community feedback is appreciated.  Of course, report issues.


Enjoy!
George


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] introducing CGRAN: 3rd party GNU Radio application support

2008-10-13 Thread George Nychis

Hi all,

I am happy to announce the official release of CGRAN: The Comprehensive 
GNU Radio Archive Network.  Summary: CPAN->Perl as CGRAN->GNU Radio.


https://www.cgran.org/ (initial release only supports SSL, sorry!)

What Is CGRAN?
---
The Comprehensive GNU Radio Archive Network (CGRAN) is a free open 
source repository for 3rd party GNU Radio applications that are not 
officially supported by the GNU Radio project. CGRAN provides a 
subversion repository for users to develop or submit new applications, 
and wiki access for full project documentation. Trac (our web interface) 
provides unique features such as a browser for the subversion repository 
and a ticket system for users to file issues with projects in CGRAN.



Why?

Getting code into the GNU Radio code base is difficult.  Share your GNU 
Radio applications without the hassle of FSF copyright, obtaining a GNU 
Radio developer account, integrating into the GNU Radio branch, and 
following GNU Radio coding conventions.  They are there for a reason, 
but they are not for everyone... and not all applications are for the 
official GNU Radio code base! ;)



CGRAN RELEASE BONUS: Architectural Latency Measurements
---
As a CGRAN "first project" release for others to follow, I have added 
code and applications which measure the latency of data as it flows from 
GNU Radio to the USRP and back.  This gives you an idea of GNU 
Radio->USRP round trip time, GNU Radio->kernel latencies, and 
kernel->USRP round trip time.  This can certainly be extended... all you 
need is a CGRAN account to work on it :)



Two initial projects I would love to see in CGRAN!
-
  * BBN 802.11 code (CGRAN would allow others to keep it up to date)
  * Univ. of Utah 802.11b Decoder

I am open to suggestions about CGRAN, it's for the community... so 
community feedback is appreciated.  Of course, report issues.


Enjoy!
George


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio