[HN Gopher] Show HN: Routing24 - Free route optimization in the ...
       ___________________________________________________________________
        
       Show HN: Routing24 - Free route optimization in the browser
        
       Hi HN!  I built Routing24 to make route optimization easier and
       accessible for small businesses and solo drivers.  With Google
       Maps, you can plan routes between a few locations for free, but it
       doesn't support efficient multi-stop planning, handling multiple
       vehicles, or adding specific business rules like delivery time
       windows.  Many tools offer route optimization for around $30 per
       vehicle per month, but Routing24 provides it completely free.
       Optimization happens fully on the client-side, using your device's
       resources instead of cloud servers.  The interface is simple for
       now: you can import/export using Excel, and there's a web UI to
       edit and view imported data and optimized routes. Data is saved or
       uploaded anywhere, and one browser tab runs one optimization. Map
       data comes from OpenStreetMap, and the solver is built in C++/WASM,
       using public domain algorithms.  I'd love to hear any feedback as I
       keep developing it. Thanks, and I hope it's useful!
        
       Author : dennis16384
       Score  : 24 points
       Date   : 2024-10-30 14:36 UTC (8 hours ago)
        
 (HTM) web link (routing24.com)
 (TXT) w3m dump (routing24.com)
        
       | thrw42A8N wrote:
       | Really cool, what about allowing people to code their own rules
       | in JS? So I could code the performance and consumption profile of
       | a truck, for example.
        
         | dennis16384 wrote:
         | Thanks! Eventually, yes - in any language supported by LLVM.
        
       | MrLeap wrote:
       | This is very cool. What optimization algos are being used?
        
         | dennis16384 wrote:
         | All from public domain and competitive programming + some
         | proprietary modifications + multithreading is custom too. It's
         | free but not open source yet.
        
       | theyknowitsxmas wrote:
       | I still use Basecamp for this kind of stuff.
        
         | dennis16384 wrote:
         | Do you mean Garmin Basecamp or Basecamp{dot}com?
        
           | theyknowitsxmas wrote:
           | Garmin basecamp
        
             | dennis16384 wrote:
             | Correct me if I'm wrong, but Garmin Basecamp does not do
             | route optimization at all. You can't use it to plan routes
             | for 5 delivery vehicles and throw in some business rules
             | like capacity, orders size, time windows, driver's shifts
             | etc.
        
               | theyknowitsxmas wrote:
               | -create a bunch of waypoints
               | 
               | -select them, create route from selected waypoints
               | 
               | -then right click your route, Optimize Route
               | 
               | You can optimize based on car or truck presets (yeah you
               | can't truck everywhere), shortest/fastest, and export
               | GPX. MMS it to drivers etc. The rest are some bells and
               | whistles.
        
       | Reubend wrote:
       | Very cool! It's a bit off topic, but I used to enjoy Google's
       | travel app, which had a feature that found the shortest path
       | between many popular tourism destinations in a city. That way as
       | close as I'll personally come to route optimization ;)
        
         | dennis16384 wrote:
         | Thanks! I just not sure Amazon DSP drivers can use that mobile
         | app from Google with their 300-stops Flex itineraries.
         | 
         | By the way Routing24 works on mobile, optimizing when offline
         | too. It's just the current app is designed for desktop and
         | route planners. Solver itself works on any 5 y.o. brick with
         | shattered camera like a charm.
        
       ___________________________________________________________________
       (page generated 2024-10-30 23:00 UTC)