Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@tonobo tonobo released this 20 Feb 22:26
· 10 commits to master since this release
8e73b87

Changelog

8e73b87 repo: Add godownloader install skript
4c84fbe mtr: Add ptr lookups
57a3d9f cli: Lookup host on init unless ip given
c96811f cli: Add version command
0e6e544 Update readme
6d7da7b repo: Update structure, add ci/cd pipeline
b3d573a icmp: Unifiy ICMP send, warp data into binary
ff0cee0 repo: Update vendor, switch to go mod
01a0c5b fix: change imcp to icmp (#8)
07c7d6b Update: add variable src addr (#6)
3207e9f Merge pull request #4 from meyskens/concurrency
514f020 update comments
ed39df7 Check more errors
8910bb0 prevent panic from type assertions
dd39cdc Make use of returned imcp header in time exeeded
21fddbc do not count failed as best or worst time
c6f9f56 re-use the listener
112a193 remove TTL from normal pings
d7b025b add todo item
bc70126 check if echos return the same body
a73d94c Make ping after discovery concurrent
8214292 Create LICENSE
927e71e Merge pull request #3 from meyskens/fix-several-failed-hops
9fb2256 Merge pull request #2 from meyskens/master
97d1252 remove redundant return statement
7042d2f make max unknown hops configurable
c349816 Add a max unknown hops
5f0248c print error in main()
0b60360 Use the tonobo repository
5121205 refactor into differend packages to be importable
99845c4 Introduce per hop sleep
2306e81 Update readme
0b3e896 Add packet buffer size
9e3f3a7 Add packet loss value
6c5b090 Update rendering and add json option
e5043ed Introduce json marshaller
12959ab Update dependencies
0512a98 Update readme
6efade3 Update roadmap
341a073 Add roadmap
51f1feb Update readme
00fcb61 Update readme
d08187c Add README
6b35e53 Enhance ui
8845a8c Add cli cmd
cb34af2 Seperate code into multiple packages
e8eedf4 Ignore mtr bin and vim swap files
7338b3f Init mtr