Commit graph

35 commits

Author SHA1 Message Date
root
a1efb7ab24 - alter format to be more flexible to values coming back
- no need for default gateway element
2015-07-31 19:55:20 +00:00
Brian Martin
bb334f0ab0 - update route fetcher code 2015-07-31 15:34:30 -04:00
root
5c837d7e00 - update readme for centos
- add prerequistes section
- fix python syntax issues on centos - potentially related to python2.6
	- switched  "fooo {}".format(...    to "foo {0}".format(....
2015-07-29 15:08:42 -04:00
Brian Martin
bd173ff5d9 - brief installation docs
- fix startup scripts
2015-07-29 11:55:37 -04:00
Brian Martin
dd24335f2a - remove mention of redis from README 2015-07-28 23:51:08 -04:00
Brian Martin
28c052bf56 - remove redis dependency
- add tinydb
- test offline cache functionality
2015-07-28 23:50:20 -04:00
Brian Martin
1c80f67711 - added redis dependency, not in use 2015-07-27 22:42:46 -04:00
Brian Martin
ffd8158c25 - basics of init-script working
- basic shell script which enables virtualenv environment and calls traceroute.py at intervals
- added stubs to only call webhook based on a specified latency
- still need to store offline data in redis - coming soon
2015-07-27 22:40:40 -04:00
Brian Martin
b2c2b63b1c - switch default country to LO
- only show raw traceroute data when debug flag is set
2015-07-14 23:17:39 -04:00
Brian Martin
e1699d6bff - works ok now with custom parser
- hosts were getting truncated
2015-07-14 11:48:11 -04:00
Brian Martin
1d168d48f6 - made progress on self hop parser 2015-07-14 11:10:17 -04:00
Brian Martin
f51f4d0888 - pre-branch 2015-07-13 15:31:07 -04:00
Brian Martin
724fba5e46 - fix private method declaration
- still haven't changed all methods
2015-07-08 22:55:20 -04:00
Brian Martin
35c2c086d5 - reordered methods
- added doc strings
 - testing webhook
2015-07-08 22:50:55 -04:00
Brian Martin
c5b0acd87b - testing webhook 2015-07-08 22:33:50 -04:00
Brian Martin
7aae5d688d - basics working
- still need to post
2015-07-08 11:49:32 -04:00
Brian Martin
a468c1138d - added interface info 2015-07-08 10:49:34 -04:00
Brian Martin
1c5a84b739 - changed a few methods to be private
- changed basic constructor so that module could be used on its own aside from command-line
2015-07-08 09:33:38 -04:00
ayeowch
f418b800d6 update LICENSE and sources 2015-01-28 22:58:53 +11:00
ayeowch
ed1db20001 LICENSE 2013-07-13 16:46:24 +10:00
ayeowch
38e96acc58 sources.json 2013-07-13 16:42:40 +10:00
ayeowch
d62f1c148e updated description in readme 2013-07-13 01:11:17 +10:00
ayeowch
4ad54e9e56 pep8 and pylint clean-up 2013-07-13 00:24:45 +10:00
ayeowch
0700e76a2e updated documentation to include newly added countries 2013-03-30 16:06:48 +08:00
Charlie Mills
a5643eb9bd Added more countries to run traceroute from. 2013-03-30 01:13:44 +00:00
ayeowch
6b26679678 added support to run traceroute locally by specifying --country=LO 2013-01-27 10:43:04 +08:00
ayeowch
d3c93ac1cd updated help 2013-01-16 00:45:12 +08:00
ayeowch
512d7089f3 added --country, traceroute will be initiated from this country; US (default), CH and JP are allowed 2013-01-16 00:41:10 +08:00
ayeowch
b4b32a21df added user agent 2013-01-15 08:56:39 +08:00
ayeowch
43ab12ac63 reduced chunk size from 1KB to 64 bytes; useful when number of reachable hops are low and unreachable hops are high 2013-01-12 23:52:50 +08:00
ayeowch
5ff3ffb620 added --timeout to specify max. time to download page, default = 120 seconds 2013-01-12 21:31:46 +08:00
ayeowch
21dd17aa98 updated readme with current output 2013-01-12 01:07:05 +08:00
ayeowch
490acca316 restore JSON output and updated readme with current output 2013-01-12 00:58:15 +08:00
ayeowch
033fe8d54e added --tmp_dir to specify download directory and --no_geo to skip geolocation data 2013-01-12 00:37:27 +08:00
ayeowch
4832744fd6 initial revision 2013-01-08 23:50:26 +08:00