{"id":16332811,"url":"https://github.com/kevinbird61/simulation-video-encoder","last_synced_at":"2025-05-15T22:31:29.796Z","repository":{"id":83114353,"uuid":"111917159","full_name":"kevinbird61/simulation-video-encoder","owner":"kevinbird61","description":"Network simulation project, with some practices on video encoding server.","archived":false,"fork":false,"pushed_at":"2017-12-22T00:22:54.000Z","size":1983,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T14:23:12.835Z","etag":null,"topics":["discrete-events-simulations","network-simulator","practice","simulation-video-encoder"],"latest_commit_sha":null,"homepage":"https://github.com/kevinbird61/simulation-video-encoder/blob/master/doc/simulation-report.pdf","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinbird61.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-24T12:40:38.000Z","updated_at":"2018-07-16T12:14:18.000Z","dependencies_parsed_at":"2023-03-12T17:31:23.249Z","dependency_job_id":null,"html_url":"https://github.com/kevinbird61/simulation-video-encoder","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/kevinbird61%2Fsimulation-video-encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinbird61%2Fsimulation-video-encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinbird61%2Fsimulation-video-encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinbird61%2Fsimulation-video-encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinbird61","download_url":"https://codeload.github.com/kevinbird61/simulation-video-encoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254432547,"owners_count":22070322,"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":["discrete-events-simulations","network-simulator","practice","simulation-video-encoder"],"created_at":"2024-10-10T23:33:06.670Z","updated_at":"2025-05-15T22:31:29.761Z","avatar_url":"https://github.com/kevinbird61.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simulation-video-encoder\nNetwork simulation project, with some practices on video encoder server.\n\n--- \n\n# Requirement\n\u003e My develope environment \n## Standard \n- gcc version 5.4.1\n- GNU make 4.1\n- GNU gdb 7.11.1\n\n## Document/Report\n- node.js (latest/v8.8.1) - [install guide](https://github.com/toolbuddy/docoGen/wiki/node.js-%E5%AE%89%E8%A3%9D)\n  - [docogen](https://github.com/toolbuddy/docoGen) (v0.1.5)\n- gnuplot (v5.0)\n\n---\n# Get Started\n\n## Basic\n```bash\n# compile\n$ make\n\n# run example\n$ make run\n\n# clean all \n$ make clean\n\n```\n\n## Project result export \n```bash\n# Project use case output\n$ make proj\n\n# plot the result\n$ make plot\n\n# combine together\n$ make proj \u0026\u0026 make plot\n```\n\n## Generate document paper\n```\n# generate document with docogen\n$ make docogen\n\n# clean doc dependencies\n$ make cleandoc\n```\n\n## Debug \n\n```bash\n# compile with gdb options\n$ make gdb\n# gdb run (with sample config)\n$ make run_g\n```\n\n# Run \n\n* You can simpliy run `./main -h` to see helper manual (below).\n```bash\nSimulation:\nType 1: bottom field\nType 0: top field\nType 2: encoded top field arrival\nType 3: encoded bottom field arrival\nType 4: leaving event\n===================================\n\nUsage: ./main [-t time] [-b buffer] [-n nums] [-a alpha] [-e Cenc] [-s Cs] [-f param1] [-c param2] [-r report]\n\n  -n nums:\tspecify how many times you want to run the simulation routine\n  -t time:\tspecify the total simulation time (hours)\n  -b buffer:\tspecify the buffer size\n  -a alpha:\tspecify the parameter of storage process\n  -e Cenc:\tspecify the encoding speed of encoder\n  -s Cstorage:\tspecify the storaging speed of storage server\n  -f param1:\tspecify the parameter of time between field arrival(secs)\n  -c param2:\tspecify the parameter of complexity of a field(fods)\n  -r report:\tspecify the report type name(for gnuplot usage)\n\n```\n\n# Document \n- [simulation report paper](doc/simulation-report.pdf)\n- [discussion note](https://paper.dropbox.com/doc/Project-1-DiscussNote-p1Jgb0YwDkpAioDyNFvHs)\n\n# Flowchart\n\n## Entire system\n![](res/flowchart.png)\n\n## Simulation graph of system\n![](res/sim.png)\n\n## Initial routine\n![](res/initial.png)\n\n## Encoder routine\n![](res/encoder.png)\n\n## Memory usage (Queue)\n![](res/queue.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinbird61%2Fsimulation-video-encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinbird61%2Fsimulation-video-encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinbird61%2Fsimulation-video-encoder/lists"}