Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furtif/medianavigo
MediaNavIGO it is an alternative to toolbox.
https://github.com/furtif/medianavigo
dacia here medianav mnv1 mnv2 mnv3 mnv4 navteq opel renault toolbox
Last synced: 28 days ago
JSON representation
MediaNavIGO it is an alternative to toolbox.
- Host: GitHub
- URL: https://github.com/furtif/medianavigo
- Owner: Furtif
- License: gpl-2.0
- Created: 2021-10-26T15:53:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T23:20:59.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:58:17.233Z (8 months ago)
- Topics: dacia, here, medianav, mnv1, mnv2, mnv3, mnv4, navteq, opel, renault, toolbox
- Language: C#
- Homepage:
- Size: 631 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[1.1]: http://i.imgur.com/M4fJ65n.png (ATTENTION)
MediaNavIGO
[![.github/workflows/dotnet.yml](https://github.com/Furtif/MediaNavIGO/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Furtif/MediaNavIGO/actions/workflows/dotnet.yml) [![GitHub license](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/Furtif/MediaNavIGO/blob/master/License.md)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/rocketbot) [![Sponsor](https://img.shields.io/badge/Sponsor-Link-brightgreen.svg)](https://github.com/sponsors/Furtif)
===================## `About`
MediaNavIGO it is an alternative to toolbox.![alt text][1.1] `The contents of this repo are a proof of concept and are for educational use only`![alt text][1.1]
## `Download`
Download the bot from the [release](https://github.com/Furtif/MediaNavIGO/releases) tab.### `Dependencies`
- Microsoft [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
- ToolBox (Renault, Dacia, Naviextras, or others)
## `Developers and Contributors`
### `Requirements`
To contribute to development, you will need to download and install the required software first.
- [Git](https://git-scm.com/downloads)
- [Visual Studio 2022](https://visualstudio.microsoft.com/fr/vs/preview/)
- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
- ToolBox (Renault, Dacia, Naviextras, or others)### `Cloning Source Code`
Next, you need to get the source code. This source code repository uses git submodules. So when you clone the source code, you will need to clone recursively:
```
git clone --recursive https://github.com/Furtif/MediaNavIGO.git
```Or if you already cloned without the recursive option, you can update the submodules by running:
```
git clone --recursive https://github.com/Furtif/MediaNavIGO.git
cd MediaNavIGO
git submodule update --init --recursive
```You can contribute in many ways, here are some that you can do to help the project out!
### `Answer questions`
Same as above, you can help by answering questions in the [issues](https://github.com/Furtif/MediaNavIGO/issues) tab!### `Report bugs`
Report bugs you found in [issues](https://github.com/Furtif/MediaNavIGO/issues).
In order to help us fix the problem, please take a screenshot of the error you get and also attach your log file (under the Logs folder) as well. Add [Bug] to the title to help us quickly identify the category of the issue.### `Suggestions/ideas`
Tell us what you think we can do better in [issues](https://github.com/Furtif/MediaNavIGO/issues).
Give detailed discription to help us understand what you are looking for. Add [Suggestion] to the title to help us quickly identify the category of the issue. Your suggestion might not be accept, but hey, maybe we will accept your suggestion next time! :)### `Legal Disclaimer`
This Website and Project is in no way affiliated with, authorized, maintained, sponsored or endorsed by ANYONE. This is an independent and unofficial project for educational use ONLY. Do not use for any other purpose than education, testing and research.
#### Using this project for anything other than education, testing or research is not advised.
This is not a public release, just a project with releases for code testers for education and research on any privacy issues for the end user.
#### `A MediaNavIGO tool in C#`### `Credits`
- [Phillip Piper (in sourceforge)](https://sourceforge.net/u/grammarian)
- [ObjectListView](https://github.com/Furtif/ObjectListView)