Skip to main content

Python wrapper for zlgcan driver.

Project description

PyPI Downloads PyPI Downloads

ZLGCAN驱动及集成到python-can(不支持32位)

  1. 准备

    • 确保安装相关驱动(USBCAN-I/II驱动得额外安装)
    • 确保安装相VC++运行环境
    • 下载library文件夹(里面包含bitrate.cfg.yaml)
    • 库文件示例:
      library
        ├──bitrate.cfg.yaml
        ├──linux
          └─x86_64
        └─windows
           └─x86_64
      
    • 在初始化can.Bus的时候指定zlgcan库路径(0.2.x移除了zcan.env配置), 默认为相对工程运行文件同级目录下library
      libpath=r"C:\your\library\path"
      
  2. 安装zlgcan(不建议使用低于0.2.0版本)

    pip install zlgcan >= 0.2.0
    
  3. 使用:

    import can
    from zlgcan.zlgcan import ZCanTxMode, ZCANDeviceType
    
    with can.Bus(interface="zlgcan", device_type=ZCANDeviceType.ZCAN_USBCANFD_200U,
                 libpath="library/",
                 configs=[{'bitrate': 500000, 'resistance': 1}, {'bitrate': 500000, 'resistance': 1}]) as bus:
        bus.send(can.Message(
            arbitration_id=0x123,
            is_extended_id=False,
            channel=0,
            data=[0x01, 0x02, 0x03, ],
            dlc=3,
        ), tx_mode=ZCanTxMode.SELF_SR)
    
        # time.sleep(0.1)
        _msg = bus.recv()
        print(_msg)
    
  4. CAN测试列表:

    • USBCAN-I-mini - ZCAN_USBCAN1, ZCAN_USBCAN2
    • USBCAN-4E-U - ZCAN_USBCAN_4E_U
    • USBCANFD-100U-mini - ZCAN_USBCANFD_MINI
    • USBCANFD-100U - ZCAN_USBCANFD_100U
    • USBCANFD-200U - ZCAN_USBCANFD_200U
    • USBCANFD-800U - ZCAN_USBCANFD_800U
  5. 注意事项:

    • ZCAN_USBCAN1及ZCAN_USBCAN2类型的设备无论是windows还是Linux, 波特率支持均在bitrate.cfg.yaml中配置
      • 此时计算timing0及timing1请下载CAN波特率计算软件
      • bitrate.cfg.yaml文件中USBCANFD设备只配置了500k及1M的波特率, 如需使用其他波特率, 请自行添加
    • 其他CANFD类型的CAN卡仅仅在Linux上使用时bitrate.cfg.yaml中配置
      • 此时计算相关值可以通过ZCANPRO软件
    • 在Linux上使用ZCAN_USBCAN1衍生CAN卡时, 请在初始化时候设置ZCanDeriveInfo信息
    • 该库主要依赖rust-can,如有问题,请提issue
  6. 官方工具及文档:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zlgcan-0.2.7.tar.gz (18.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

zlgcan-0.2.7-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (492.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (458.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (458.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl (459.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp314-cp314t-manylinux_2_28_aarch64.whl (456.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp314-cp314-win_amd64.whl (308.0 kB view details)

Uploaded CPython 3.14Windows x86-64

zlgcan-0.2.7-cp314-cp314-manylinux_2_28_x86_64.whl (492.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp314-cp314-manylinux_2_28_aarch64.whl (456.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp313-cp313t-manylinux_2_28_aarch64.whl (456.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp313-cp313-win_amd64.whl (307.8 kB view details)

Uploaded CPython 3.13Windows x86-64

zlgcan-0.2.7-cp313-cp313-manylinux_2_28_x86_64.whl (492.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp313-cp313-manylinux_2_28_aarch64.whl (457.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp312-cp312-win_amd64.whl (308.3 kB view details)

Uploaded CPython 3.12Windows x86-64

zlgcan-0.2.7-cp312-cp312-manylinux_2_28_x86_64.whl (492.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp312-cp312-manylinux_2_28_aarch64.whl (457.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp311-cp311-win_amd64.whl (308.6 kB view details)

Uploaded CPython 3.11Windows x86-64

zlgcan-0.2.7-cp311-cp311-manylinux_2_28_x86_64.whl (492.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp311-cp311-manylinux_2_28_aarch64.whl (458.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp310-cp310-win_amd64.whl (308.5 kB view details)

Uploaded CPython 3.10Windows x86-64

zlgcan-0.2.7-cp310-cp310-manylinux_2_28_x86_64.whl (492.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp310-cp310-manylinux_2_28_aarch64.whl (458.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp39-cp39-manylinux_2_28_x86_64.whl (493.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp39-cp39-manylinux_2_28_aarch64.whl (459.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

zlgcan-0.2.7-cp38-cp38-manylinux_2_28_x86_64.whl (493.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

zlgcan-0.2.7-cp38-cp38-manylinux_2_28_aarch64.whl (459.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ ARM64

File details

Details for the file zlgcan-0.2.7.tar.gz.

File metadata

  • Download URL: zlgcan-0.2.7.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for zlgcan-0.2.7.tar.gz
Algorithm Hash digest
SHA256 3a1f4e2fb9507c20c94eeeb893eeaeae0f759f604a6dbafefc2c4c67a1899291
MD5 337c0b3ab9f5c84df80ec3ff379279bf
BLAKE2b-256 c8f93ec86627e9152ff7bc893288a84c7692a6d1db31d9f6d9c2eef9d33cf5d8

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d1d18bf4fa399df28ec05186f634ee2ea01ca7934c88b09bcb136d74eddc86f
MD5 01c3e4718c948cf6b310c81221bb4c0a
BLAKE2b-256 4735ea370a119c73c4af77dabc782fef6ab42ed80bd6007006f23e2c98cc5698

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31c47729cf5bf66bc71f0b3a25ae4706b26b0ed8a944e89d79f02c1f69939eed
MD5 d03f447401a725dcdc61d1018e0f327f
BLAKE2b-256 a8d9fb46af23ed4d739178bb47e3d7f40527fe62a8371a5f1964d5736365461f

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 665edcaedbeea641288c1fff7839f5a000e3c92384b700640b8ed19cbaa6f528
MD5 96bfb964e24a4cba885bc597313fbb59
BLAKE2b-256 1a284a81472e1f09df8c39a0714fc76ca5fd6424048a61153108d4b3edf9863a

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 223c1416e4c1da3f8e426a6e626d1ad5ffe18f78975f59f73d41d31d50414a88
MD5 a3eceec9bca082eda3feff5d994c75bb
BLAKE2b-256 18c7d8c0d730dafc26249f6df77a6888c6b055967de45f2942eaf682d06c5cec

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbcb2ad79953ba5af7c1ae70aedef4f19d35b23f75f19d8ead756e8c81648fd1
MD5 1a5c0b9eb1cd6c487551437a648b85f2
BLAKE2b-256 9916f4b19c7a547ce97cc91bcb81dbc7d9f9d041f8274e837b22eb28179c5cb5

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: zlgcan-0.2.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 308.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for zlgcan-0.2.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cc4f94e36a3516e4950ddb595229e8b483e64c8ea0d463864fe8477957ec7b84
MD5 d157ec313549a5a854588a3e4122ff3d
BLAKE2b-256 58cc5d0a6ff0fd2649e0aa62f23337b934bfec3ed565586a198f539cef82dccb

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc9b53730a0db876e394ec464b3bb3342c997212953581614bfb09390a2afe82
MD5 2c3a674b47bb510158957a4f707e52e2
BLAKE2b-256 cfe7bc30879e330729faad21bc6e2195e5c8f9c7bc64b47ff80a416b78c8fb44

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 489f60fe370d5286aff48d5f5310213c8fbba906aa739a399a3a5b4d77412f7d
MD5 6e6027b90d56dcb3a50b0c8a0e7e7546
BLAKE2b-256 c36bd771761f89b351910fd138ea1f371a8c43f5bb2b2321be54fbf06ac29f44

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6449c989ba97eb6e7dce3c82f385638dc1559d0dd9ce8cec733eb46847bc3285
MD5 0343983c4d919b5b72c994c5434ca8cb
BLAKE2b-256 ced22bcf2674d135b822d7d6ee198b238fd65ab5d644c351b6c602aded7abfaf

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: zlgcan-0.2.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 307.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for zlgcan-0.2.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b704a41604084d1c110721040d8759c592dc5d1253592b102df3648b047407b4
MD5 1e9e420a4d3c982aa5bfc2ae999e3950
BLAKE2b-256 1a267d9d1198bf8cf51d92695a7ccdc40aaedd4072d5b53e5817783577ee87e6

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e11f271ee98283ac19b34fc1eb4196fe57ad1d22585db0a7d97cfc97473b09ea
MD5 dd98fa15a4552e8886703755a94ad4f0
BLAKE2b-256 f2e1a06f0e4a2a1c6d265ba65c94983c026014448e2b0dfc6d5078c5268e2bcb

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 becfd5f1b8fa31a432455700a636c14b00fbcc7b9a51a88824974874748cd5c7
MD5 e42ae63d4aa5d1632f45cc3e3f16614d
BLAKE2b-256 57bece1e16c28f76f8512f147b01fd56c0b4db3e96a823f1e753e34d5fc080bb

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: zlgcan-0.2.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 308.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for zlgcan-0.2.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6054b6e8b07b4b8420be28d4efea1eab129068a3a3599b31e5bed335e9840965
MD5 cba2d8604d9cc03b63c7ec4e2aaeb6a4
BLAKE2b-256 fd263a50795c63521e053957e37849c6d9b7e742bf43ae14100d339cdda78565

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f800f82badfae7f7edc2b4243fdf9e1a499d45736bad465b8eb34aa7832e5a9
MD5 a179e7d55924dc6fdb7d82eff8752242
BLAKE2b-256 3b885b29dbe5ce6d0bb6f53ff39bc1e029236406314be375adf6f8f069745747

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6647b6b5537a965d3ac4c7cec4135fd2f19bec51be46d3d890d621a10af9b32
MD5 6042e14e5a3506181d78bf1358e0a4d4
BLAKE2b-256 1858be99ac927b8a9bd04a05bbd22dd6016342fe972c6d0c64e86c4359a70c72

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: zlgcan-0.2.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 308.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for zlgcan-0.2.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4a1240bdb1f2fcab00a17fc59da984e6d2f3f3ac7c9408d8aefffebf29d9e63f
MD5 9ed5d4cc5e0cc4200278261195cfee79
BLAKE2b-256 66e7488baf288ee11e0cd1187b52c5558ed23b291754324015866bebead321f8

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5dc1e1ee75788676edd7948880d720076243287f7fcad36705d1ec2ced795941
MD5 54ade189e9f208947d2c1146aea6011f
BLAKE2b-256 cd30089088e267cdb593ae58007e83661f6d2ec103411f672dc263783c28cd6d

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a19f5d22d5d067e56ad5c8ea2257cab28a5aad70f6c997780717f66c8601ca18
MD5 341ae9f05b82eb21150774a81d4eafcc
BLAKE2b-256 f9470511c1dfee6287737b9219135ea7d494709d83c350716a4a5c758e806982

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: zlgcan-0.2.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 308.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for zlgcan-0.2.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 02bd870a78510c09f52ee69d5015db3e5c83f5f680b8c3997384a5571cde82e5
MD5 3e7b7a9c0e13224c27660801b6880745
BLAKE2b-256 eb9554522d65a39e286d7e304529b5ad3cc2a07affb81cdf701d4650974e7688

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5dfb0b6f9723eb4251651f32253180f51971876f87f8e90a461de88f4dd57602
MD5 7eaace9842345c116eaaaf08383031d7
BLAKE2b-256 0bd289afa09f4efa301f7661be1a7938727e7e77fdb025581e7a6a7d30764644

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01306aaa2842c8d16fb64012c1fbe1cfac168b22a77ca0d4e77023eabcddebeb
MD5 ac740cee03471601ad2d5c8dd6a2a3aa
BLAKE2b-256 ad9e8c6419f3ba5d08fcb4df5caaeeabc39548c003535a1b5e5d14e5c0ecda95

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6106e3f6eaec6ace8d09ec14c17bef0d7e6bc242c45f007ac08f3c9fa0b9474a
MD5 fe8fc3dc0f3261e87b8aa1e07955f011
BLAKE2b-256 7c2db25c97fcb26648714d35c9fa52c4f4c8c0a272ce3c8e67124221ddd6944a

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94e30a3d1797429c6f1aae71773c29c68d16c413a9eaf5b334b855f0550f8786
MD5 d3674a6d025187ddaac282fce3a20a6e
BLAKE2b-256 cfe6564ff0d3902b5c0afeddf5244b4ed4ce38a19f7b3544ea6dffbeee3efb9a

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe52dd12a270a0be97c1f4dbcfbd241fbb144f240d0b6fa70945ea0b11a4e2d6
MD5 02588e4f7e1487c596d2a62a05a0433e
BLAKE2b-256 dd1c63ab40926019b1fcbe4bca29ac5fe92b70b155462063c76b5fcba6952570

See more details on using hashes here.

File details

Details for the file zlgcan-0.2.7-cp38-cp38-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zlgcan-0.2.7-cp38-cp38-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b3ffddd80338dbf045979cea6fe6dcbdfb52f861f424130fe5f8231d7bbb5cfd
MD5 3e2ecff691fd586445453500bd1be0e1
BLAKE2b-256 cec828e37183bef2486795f637a1ac1a0e3eeabbf8d4aa68ccd8e133723cbdb9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page