Coder Social home page Coder Social logo

hnyztang / traceroute Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bgylde/traceroute

0.0 0.0 0.0 24 KB

底层实现traceroute功能,目前在mac os、linux和Android平台经过测试,未采用其他库,移植性比较好

License: Apache License 2.0

Makefile 2.62% C 97.38%

traceroute's Introduction

traceroute

使用C语言实现traceroute功能,移植性较好,可以代码集成于项目中。 目前在linux、android平台(需要android交叉编译)经过测试,功能完善。

ps: mac平台系统头文件链接有问题,暂时先不管了~

/**
 * 主要功能函数
 * @param domain 测试的域名或者ip
 * @return traceroute的结果,格式为json
 */
char * traceroute_report(char * host);

traceroute's People

Contributors

bgylde avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.