Alex Soares

Results 2 issues of Alex Soares

Hi, please, i know that might not be easy, but could you try to add MAC address specification / protocol for stb emu codes player (stalker player) ?

Hi, gsm.js ``` ` function err(message) { console.log('Usage: node send_sms.js /path/to/device xxxxyyzz "Foo Bar"'); process.exit(); } var device = process.argv[2]; var receiver = process.argv[3]; var text = process.argv[4]; if(!device ||...