{"id":22922525,"url":"https://github.com/opticonosedevelopment/opn_companion_sdk","last_synced_at":"2025-06-26T06:35:25.211Z","repository":{"id":266454716,"uuid":"898359219","full_name":"OpticonOSEDevelopment/opn_companion_sdk","owner":"OpticonOSEDevelopment","description":"Opticon OPN Companion App SDK","archived":false,"fork":false,"pushed_at":"2024-12-04T14:02:50.000Z","size":25088,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T14:43:00.139Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpticonOSEDevelopment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T08:56:04.000Z","updated_at":"2024-12-04T14:02:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ae0fbdc-c03b-4804-ad16-bb9b88853d1c","html_url":"https://github.com/OpticonOSEDevelopment/opn_companion_sdk","commit_stats":null,"previous_names":["opticonosedevelopment/opn_companion_sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpticonOSEDevelopment/opn_companion_sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpticonOSEDevelopment%2Fopn_companion_sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpticonOSEDevelopment%2Fopn_companion_sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpticonOSEDevelopment%2Fopn_companion_sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpticonOSEDevelopment%2Fopn_companion_sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpticonOSEDevelopment","download_url":"https://codeload.github.com/OpticonOSEDevelopment/opn_companion_sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpticonOSEDevelopment%2Fopn_companion_sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262016376,"owners_count":23245508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T08:11:00.882Z","updated_at":"2025-06-26T06:35:25.185Z","avatar_url":"https://github.com/OpticonOSEDevelopment.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OPN Companion Application SDK (for OPN-2xxx/PX-20/RS-3000 and OPN-6000)\nThis is the official SDK from Opticon Sensors Europe BV for the Companion Scanners to create and customize Linux, Windows and web applications and more \n\nThe prerequisites for using this SDK are:\n- `Latest SDK files` from this repository\n- `Visual Studio 2017 or newer` (for building the Windows applications)\n- `Xcode` (for building the OS X applications)\n- `Appload` firmware upload application for Windows [Appload](https://www.opticon.com/support/Appload/Appload%20Setup.exe)\n- `Opticon USB Drivers` can download from here: [USB Drivers Installer](https://www.opticon.com/support/Drivers/USB%20Drivers%20Installer.exe)\n\n# Getting started\n\n- Download and extract this complete repository into a working folder\n- Download and install the latest Opticon USB drivers\n- Download and install the latest Appload version \n\n# SDK Files\n\nThis SDK contains the following components:\n\n## /Firmware\nLatest OPN-2001 compatible firmware files for the OPN Companion\n\nSee `/Documents/How to load Firmware.pdf` for more information on how to load the firmware files on Opticon Companion scanners\n\n- `OPN2001` -\u003e OPN2001_RBBV021x.hex\n- `OPN2002` -\u003e RBFV02xx_RFF3510x.hex\n- `OPN2003` -\u003e RBGV02xx_RFG3510x.hex\n- `OPN2004` -\u003e PN2004_RBIV00xx_RFI3727x.hex\n- `OPN2005` -\u003e OPN2005_RBLV00xx_RFI3727Qx.hex\n- `OPN2006` -\u003e OPN2006_RBNV00xx_RFI3727x.hex\n- `OPN2500` -\u003e OPN2500_FANV00xx_FBNV0xxx_FFN4076x.bin\n- `OPN6000` -\u003e OPN6000_FAMV00xx_FBMV0xxx_FFM4076x.bin\n- `PX20` -\u003e PX20_RBMV00xx_RFM3727x.hex\n- `RS3000` -\u003e RS3000_RBZV00xx_RFM3727x.hex\n\n## /API\n\n### /WebSerial\n- `index.html` -\u003e Communicate with OPN Companion scanners using Google Chrome web serial api\n\n### /dotNET\n#### /x64\t\t\n- `Csp2Ex.dll`\t-\u003e CSP2-dll for 64-bit applications\n- `Opticon.csp2Ex.net.dll`-\u003e .NET wrapper for 64-bit applications\n- `Opticon.csp2Ex.net.XML`\n#### /x86 \n- `Csp2.dll`-\u003e CSP2-dll for 32-bit applications\n- `Opticon.csp2.net.dll` -\u003e .NET wrapper for 32-bit applications\n- `Opticon.csp2.net.xml`\n\n### /OS X\n- `Instructions.pdf`\n- `license.txt`\n- `OPN.framework/`\t-\u003e framework for Xcode projects\n\n### /Windows\n- `CSp2.h`\n\n#### /DLL\n- `debug/Csp2.dll`\n- `release/Csp2.dll`\n- `x64/debug/Csp2Ex.dll`\n- `x64/release/Csp2Ex.dll`\n\n#### /LIB\n- `coff\\csp2.lib`\n- `coff\\Csp2Ex.lib`\n\n## /Applications\n- `OPN2001 .NET Demo`\n- `OPN2001 ActiveX Demo`\n- `OPN2001 MauiDemo`\n- `OPN2001 OS X Demo`\n- `OPN2001 Standard Demo`\n\n## /Documents\n- `OPN-2001 Datasheet.pdf`\n- `OPN-2001 Device Parameters.pdf`\n- `OPN-2001 Specification Manual v33301.pdf`\n- `OPN-2001 User Manual.pdf`\n- `How to load Firmware.pdf`\n- `Windows API/` -\u003e Manual for the Windows API\n- `OS X API/` -\u003e HTML Help for the OS X API\n\n### /USB Driver\n- `USB Drivers Installer.exe` USB Installer for all Opticon Companion scanners\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopticonosedevelopment%2Fopn_companion_sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopticonosedevelopment%2Fopn_companion_sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopticonosedevelopment%2Fopn_companion_sdk/lists"}