Skip to content

Instantly share code, notes, and snippets.

View dragonxtek's full-sized avatar

dragonxtek

  • Universidad Diego Portales
  • Santiago, Chile
View GitHub Profile
@dragonxtek
dragonxtek / sine.py
Last active September 29, 2016 14:32 — forked from ThomDietrich/sine.py
Pump a sine way into a local influxdb cluster
#!/usr/bin/python
import json
import math
import requests
import sys
from time import sleep
IP = "192.168.0.2"
PORT = "8086"