This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module(mini_chat). | |
-compile(export_all). | |
-define(ACTIVE_OPTIONS, [{reuseaddr, true}]). | |
% Commands start with "/", char 47 | |
is_command(Str) -> hd(Str) =:= 47. | |
chatroom(Users) -> | |
process_flag(trap_exit, true), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"Chennai","channels":[{"id":"ar-rahman-lite-radio","name":"A R Rahman Lite Radio","website":"http://southradios.com","src":"http://212.83.138.48:8332/;"},{"id":"a-r-rahman-radio","name":"A R Rahman Radio","website":"http://southradios.com","src":"http://212.83.138.48:8328/;"},{"id":"ap-myindmedia","name":"AP MyIndMedia","website":"http://www.myindmedia.com/","src":"http://52.3.202.102:8030/;"},{"id":"bible-radio-new-testament","name":"Bible Radio - New Testament","website":"http://southradios.com","src":"http://212.83.138.48:8429/;"},{"id":"bible-reading-the-gospel","name":"Bible Reading - The Gospel","website":"http://southradios.com","src":"http://212.83.138.48:8436/;"},{"id":"btc-tamil-fm","name":"BTC Tamil FM","website":"http://www.btctamil.com","src":"http://199.175.48.216:8080/;"},{"id":"chennaichristianradio","name":"Chennai Christian Radio","website":"http://chennaichristianradio.com/","src":"http://5.10.69.105/stream2?.mp3"},{"id":"christian-fm","name":"Christian FM","website":"http://christ |