SimDrive (PyPI: simdrive)
Copyright 2026 SyncTek LLC

This software is licensed under the Elastic License 2.0 (ELv2).
See the LICENSE file in the repository root for the full license text,
or visit https://www.elastic.co/licensing/elastic-license.

Permitted uses include internal use and integrations as defined in the
license. Hosting this software as a commercial managed service offering
is NOT permitted without a separate commercial agreement.

This product incorporates code derived from third-party MIT-licensed sources:

  Facebook idb — FBSimulatorIndigoHID
  https://github.com/facebook/idb
  Copyright (c) Meta Platforms, Inc. and affiliates.
  Licensed under the MIT License.

  Files derived from or referencing idb:
    - simdrive/native/src/Indigo.h
    - simdrive/native/src/FBSimulatorIndigoHID.h
    - simdrive/native/src/simdrive_input.m  (Indigo touch wire format,
                                              reduced to the minimum needed)

The Indigo touch-message wire format is reverse-engineered from
CoreSimulator's private SimDeviceLegacyHIDClient SPI; the implementation in
simdrive_input.m is derived from idb's FBSimulatorIndigoHID.m, kept under
the original MIT license terms.

No other third-party code is bundled. The bundled native helper binary
(simdrive/_bin/simdrive-input) is built from these sources at package
build time.
