Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
46 views

How to send message to specific channel regulary in irssi?

How to write script/plugin to irssi which will be send specific text on some channel?? Maybe once a week. Maybe is better way to send message to specific IRC channel in other script language. I`s ...
0
votes
3answers
45 views

Is there any library in any language that have tools to work with wireless measurements?

I want some library to guide my implementation with zigbee wireless received strength signal RSS. Any standard or class code will help. I focusing in arduino platform (xbee modules).
0
votes
0answers
118 views

Perl Irssi scripting: How to send msg to a specific channel?

I need to establish this single task with Irssi Perl script. I have my own channel and I want to sent msg directly to that channel in certain scenarios. My experience with Perl is quite limited so I ...