Quantcast
Channel: Datensarg » Oli
Viewing all articles
Browse latest Browse all 9

fritz!box call monitor with node.js

$
0
0
After two years: A new post. Yay! The fritz!box has an integrated call monitor that can be activated by dialling #96*5* (and deactivated by #96*4* …). With just a few lines of code we can use node.js to build a small TCP client: var net = require('net'); var sys = require('sys');   var client = […]

Viewing all articles
Browse latest Browse all 9

Trending Articles