Developers Calls¶
The developers calls are designed as a monthly way of keeping in touch with the GNU Radio development community. They are meant to discuss current and future works, problems that need to be addressed, and issues related to upcoming releases and other events.
Call Information¶
The next call will be done using Google Hangout, on our Google+ Group. Make sure to install the hangout plugin.
The call is usually announced long before the call. So click 'Join', then you will get your own button to join the hangout.
If you just want to listen in, there will be a stream of the call available. In this case, please don't join the call, because there is a limit of users.
We use MeetBot to help us with the minutes. Don't be shy, use the MeetBot commands (#info, #agreed, #link) generously.
Call Logs and Agendas¶
- June 20, 2013
- May 16, 2013
- April 18, 2013
- March 21, 2013
- February 21, 2013
- July 19, 2012
- June 21, 2012
- May 17, 2012
- March 15, 2012
- February 16, 2012
- January 19, 2012
- December 15, 2011
- November 17, 2011
- October 20, 2011
- August 18, 2011
- July 21, 2011
- June 16, 2011
- May 19, 2011
- April 15, 2011
- March 18, 2011
- March 7, 2011
- February 18, 2011
Other Info¶
SIP calls¶
- IRC channel #gnuradio on freenode
- SIP contact: sip:[email protected]
The SIP bridge ties into the IRC channel where people can control the action a bit. When you first sign on, associate your IRC nick with your SIP info, which is the last two (or three if there are enough people/connections) numbers in your SIP name. For instance, I call in and am already in the chat room, so I can do this because my IRC nick is 'trondeau':
Tom (SIP/192.168.2.102-00000062) has joined the conference. voip-gr: 62 is trondeau
Now I can send commands to 'trondeau' directly. The 'voip-gr' is a chatbot that ties into the SIP call. You can give the chatbot a few commands, including voip-gr: help, and you will get a private chat going with the list of commands.
We use the IRC chat room to exchange information and keep track of the minutes of the call. After each call, I will post the IRC logs here.
Sed Expression for Replacing IP Addresses¶
This is a regex for replacing IP addresses. Used with 'sed' for replacing all IP addresses in the IRC logs with "xxx.xxx.xxx.xxx".
s/[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}/xxx.xxx.xxx.xxx/g