comparison service/piNode/piNode.py @ 1025:f58b5536f683

ipv6 and some refactor Ignore-this: 8ae5a78848fac996ad777eb74a48e656 darcs-hash:f0b1959fdda425f82cb1bb1581eb46dc909f3c36
author drewp <drewp@bigasterisk.com>
date Sun, 03 Jan 2016 02:32:46 -0800
parents 065fc9e07c10
children 666e0e756ce6
comparison
equal deleted inserted replaced
1024:fcd5ef7439ad 1025:f58b5536f683
165 (r'/static/(.*)', cyclone.web.StaticFileHandler, {"path": "../arduinoNode/static"}), 165 (r'/static/(.*)', cyclone.web.StaticFileHandler, {"path": "../arduinoNode/static"}),
166 (r"/graph", GraphPage), 166 (r"/graph", GraphPage),
167 (r'/output', OutputPage), 167 (r'/output', OutputPage),
168 (r'/boards', Boards), 168 (r'/boards', Boards),
169 #(r'/dot', Dot), 169 #(r'/dot', Dot),
170 ], config=config, board=board, debug=arg['-v'])) 170 ], config=config, board=board, debug=arg['-v']), interface='::')
171 reactor.run() 171 reactor.run()
172 172
173 main() 173 main()