Name | GrADySIM JSON |
Version |
0.0.1
JSON |
| download |
home_page | |
Summary | A framework for implementing distributed algorithms in a simulated network environment |
upload_time | 2023-11-07 12:21:30 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | MIT License Copyright (c) 2023 Thiago de Souza Lamenza Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
network
distributed
algorithm
simulation
gradys
lac
puc
drone
sensor
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Prototype for Gradys-SIM V2
## Running instructions
Create the build directory
```shell
mkdir build
```
Enter the build directory
```shell
cd build
```
CMake the project
```shell
cmake ..
```
Build the project
```shell
make
```
Run the project
```shell
./simulator
```
Raw data
{
"_id": null,
"home_page": "",
"name": "GrADySIM",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "network,distributed,algorithm,simulation,gradys,LAC,PUC,drone,sensor",
"author": "",
"author_email": "Thiago de Souza Lamenza <thlamenza@hotmail.com>",
"download_url": "https://files.pythonhosted.org/packages/34/df/3b3a33ab457fd071d87a804c6987bbc61a5402289f3955dc2441a504b899/GrADySIM-0.0.1.tar.gz",
"platform": null,
"description": "# Prototype for Gradys-SIM V2\n## Running instructions\n\nCreate the build directory\n```shell\nmkdir build\n```\n\nEnter the build directory\n```shell\ncd build\n```\n\nCMake the project\n```shell\ncmake ..\n```\n\nBuild the project\n```shell\nmake\n```\n\nRun the project\n```shell\n./simulator\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2023 Thiago de Souza Lamenza Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "A framework for implementing distributed algorithms in a simulated network environment",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://thlamz.github.io/gradys-sim-tng/",
"Homepage": "https://github.com/Thlamz/GrADyS-SIM-TNG"
},
"split_keywords": [
"network",
"distributed",
"algorithm",
"simulation",
"gradys",
"lac",
"puc",
"drone",
"sensor"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3daf55ebe42abc97392b47bce36dc8dee57829aa2e94304ed40150d26c5a4cb5",
"md5": "42b1e9d4a4ed2de777097dba0d14ea2a",
"sha256": "ced466c98e3909f0a33409ee5ab2737c29a461d5fd8be233e95e89f96cca4472"
},
"downloads": -1,
"filename": "GrADySIM-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "42b1e9d4a4ed2de777097dba0d14ea2a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 37010,
"upload_time": "2023-11-07T12:21:29",
"upload_time_iso_8601": "2023-11-07T12:21:29.127505Z",
"url": "https://files.pythonhosted.org/packages/3d/af/55ebe42abc97392b47bce36dc8dee57829aa2e94304ed40150d26c5a4cb5/GrADySIM-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "34df3b3a33ab457fd071d87a804c6987bbc61a5402289f3955dc2441a504b899",
"md5": "a8807241e369876ab9c40022d4c71026",
"sha256": "eab2688c179c782beb7fb93e9158b4ce809972d825eb8931fc5eb582d9158463"
},
"downloads": -1,
"filename": "GrADySIM-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "a8807241e369876ab9c40022d4c71026",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 481691,
"upload_time": "2023-11-07T12:21:30",
"upload_time_iso_8601": "2023-11-07T12:21:30.775920Z",
"url": "https://files.pythonhosted.org/packages/34/df/3b3a33ab457fd071d87a804c6987bbc61a5402289f3955dc2441a504b899/GrADySIM-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-07 12:21:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Thlamz",
"github_project": "GrADyS-SIM-TNG",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "gradysim"
}