« Previous -
Version 5/29
(diff) -
Next » -
Current version
Tom Rondeau, 03/22/2011 03:53 am
Add link for March 18, 2011 call
Developers Calls¶
The developers calls are designed as a biweekly 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
- 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 'trondea':
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.
Call Logs
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