traffic-refinery
Cost-aware network traffic analysis
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Repository
Cost-aware network traffic analysis
Basic Info
- Host: GitHub
- Owner: traffic-refinery
- License: apache-2.0
- Language: Go
- Default Branch: main
- Homepage: https://traffic-refinery.github.io/
- Size: 45.7 MB
Statistics
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Traffic Refinery Overview
Traffic Refinery is a cost-aware network traffic analysis library implemented in Go
For a project overview, installation information, and detailed usage information please visit Traffic Refinery's project homepage
Installation
Supported Operating Systems
- Debian Linux
- macOS
- The library should work in Windows, too, but has not being tested
Dependencies
Citing Traffic Refinery
@article{10.1145/3491052,
author = {Bronzino, Francesco and Schmitt, Paul and Ayoubi, Sara and Kim, Hyojoon and Teixeira, Renata and Feamster, Nick},
title = {Traffic Refinery: Cost-Aware Data Representation for Machine Learning on Network Traffic},
year = {2021},
issue_date = {December 2021},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {5},
number = {3},
url = {https://doi.org/10.1145/3491052},
doi = {10.1145/3491052},
journal = {Proc. ACM Meas. Anal. Comput. Syst.},
month = {dec},
articleno = {40},
numpages = {24}
}
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bronzino"
given-names: "Francesco"
- family-names: "Schmitt"
given-names: "Paul"
- family-names: "Ayoubi"
given-names: "Sara"
- family-names: "Kim"
given-names: "Hyojoon"
- family-names: "Teixeira"
given-names: "Renata"
- family-names: "Feamster"
given-names: "Nick"
title: "Traffic Refinery: Cost-aware network traffic analysis."
version: 1.0.0
date-released: 2021-12-24
url: "https://traffic-refinery.github.io"
preferred-citation:
type: article
authors:
- family-names: "Bronzino"
given-names: "Francesco"
- family-names: "Schmitt"
given-names: "Paul"
- family-names: "Ayoubi"
given-names: "Sara"
- family-names: "Kim"
given-names: "Hyojoon"
- family-names: "Teixeira"
given-names: "Renata"
- family-names: "Feamster"
given-names: "Nick"
month: 12
start: 1 # First page number
end: 24 # Last page number
title: "Traffic Refinery: Cost-Aware Data Representation for Machine Learning on Network Traffic"
issue: "December 2021"
volume: 5
number: 3
year: 2021
publisher: "Association for Computing Machinery"
url: "https://doi.org/10.1145/3491052"
articleno: 40
numpages: 24
journal: "Proc. ACM Meas. Anal. Comput. Syst."
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Issues and Pull Requests
Last synced: about 3 years ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 5 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 3.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- joelromanky (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
proxy.golang.org: github.com/traffic-refinery/traffic-refinery
- Homepage: https://github.com/traffic-refinery/traffic-refinery
- Documentation: https://pkg.go.dev/github.com/traffic-refinery/traffic-refinery#section-documentation
- License: Apache-2.0
-
Latest release: v0.0.0-20230829144922-e92f6d4c4bf8
published almost 3 years ago
Rankings
Dependencies
- github.com/google/gopacket v1.1.19
- github.com/sirupsen/logrus v1.8.1
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.7.1
- github.com/stretchr/testify v1.7.0
- golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
- golang.org/x/text v0.3.7
- golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v2 v2.4.0
- 305 dependencies