{"id":18561887,"url":"https://github.com/pseudomanifold/ethercurve","last_synced_at":"2025-05-15T17:09:59.635Z","repository":{"id":29080369,"uuid":"32608517","full_name":"Pseudomanifold/EtherCurve","owner":"Pseudomanifold","description":"Network packet visualization using Hilbert curves","archived":false,"fork":false,"pushed_at":"2017-11-06T08:44:46.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-26T11:09:17.538Z","etag":null,"topics":["c-plus-plus-11","hilbert-curve","network","pcap","visualization"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pseudomanifold.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-20T21:40:54.000Z","updated_at":"2021-02-12T10:00:58.000Z","dependencies_parsed_at":"2022-09-14T12:12:23.613Z","dependency_job_id":null,"html_url":"https://github.com/Pseudomanifold/EtherCurve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pseudomanifold%2FEtherCurve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pseudomanifold%2FEtherCurve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pseudomanifold%2FEtherCurve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pseudomanifold%2FEtherCurve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pseudomanifold","download_url":"https://codeload.github.com/Pseudomanifold/EtherCurve/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239288412,"owners_count":19614111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus-11","hilbert-curve","network","pcap","visualization"],"created_at":"2024-11-06T22:08:10.631Z","updated_at":"2025-02-17T12:27:17.489Z","avatar_url":"https://github.com/Pseudomanifold.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EtherCurve\n\n`EtherCurve` is a tool for visualizing packets on your network. The\npackets are drawn using [a space-filling Hilbert\ncurve](http://en.wikipedia.org/wiki/Hilbert_curve). Packets are scaled\nby their sizes and coloured using a qualitative colour map that can\neasily be customized.\n\n## Requirements\n\n* `cmake` \u003e= 2.8.9 (for building the program)\n* `Qt` \u003e= 5.2 (for rendering)\n* `libpcap` \u003e= 1.3.0 (older versions should work as well because I am\n  not doing anything special here)\n\n## Build instructions\n\nAfter extracting the source files to a directory, the following should\nbe sufficient to build `EtherCurve`:\n\n    $ mkdir build\n    $ cd build\n    $ cmake ../\n    $ make\n\n## Usage\n\n`EtherCurve` provides you with a prompt for choosing a network\ninterface. Provided you do not wish to change any options, a simple\n`./ethercurve` suffices to start the tool. See `./ethercurve -h` for\nmore options.\n\n## Changing the colour scheme\n\n`EtherCurve` can read a text file containing RGB colours. These colours\nwill be used for packet rendering. The file needs to consist of triples\nof integers in the range from 0\u0026ndash;255. In addition, the file needs\nto have at least 4 lines, as `EtherCurve` currently knows three types of\npackets, i.e. TCP, UDP, ICMP, and the rest. The following is a valid\nfile for `EtherCurve`:\n\n    255,0,0\n    0,255,0\n    0,0,255\n    255,255,255\n\n## Licence\n\n`EtherCurve` is released under the MIT licence. See the file `LICENCE`\nin the source directory for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomanifold%2Fethercurve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseudomanifold%2Fethercurve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomanifold%2Fethercurve/lists"}