10000 GitHub - osrmnet/osrmnet: This project provides necessary wrapper to use OSRM library directly without the web server (https://github.com/Project-OSRM/osrm-backend).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

osrmnet/osrmnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osrmnet

Build status NuGet

🚨 Deprecation Notice 🚨

Important Announcement

As of July 2024, this repository is officially deprecated and will no longer be maintained.

What does this mean?

  • No further updates: There will be no more updates, bug fixes, or new features added to this repository.
  • Use it at your own risk

Why is this happening?

  • Lack of maintainer resource
  • Unfavorable technolgoy and implementation

Thank You

We appreciate all the support and contributions from the community over the years. Thank you for being a part of this journey.

🚨 End Deprecation Notice 🚨

What's New

  • Dotnet Core 3.1 runtime is now deprecated. Dotnet 6 is now the current supported runtime
  • License has changed from MIT to Apache V2 effective from this commit moving forward.

Supported OSRM Version

GitHub Project-OSRM/osrm-backend 5.26

Installation

  1. System Requirements:

  2. Pull package osrmnet package (http://www.nuget.org/packages/osrmnet) in your project

Build Locally

Please read the OSRM Wiki: https://github.com/Project-OSRM/osrm-backend/wiki/Windows-Compilation. Ensure the correct MS C/C++ runtime library version installed and valid temp directory specified in your .stxxl.txt before you run osrm-extract and other osrm binaries.

To build locally:

Open Powershell and run .\build.ps1 from the root directory of the project.

How To Get Precompiled osrm libraries and tools

osrm-backend project does not officially support Windows platform. The windows binaries in that project are not the latest.

  1. Clone this project
  2. Run this command from powershell: `.\build.ps1 -Target "GetDependencies"
  3. Location of the osrm libraries and app: .\osrmnet\src\osrm.net\libosrm\redist\osrm_5.26.0.zip

License

Copyright 2016 Surya Suluh and OSRMNET

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

This project provides necessary wrapper to use OSRM library directly without the web server (https://github.com/Project-OSRM/osrm-backend).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0