{"id":24736348,"url":"https://github.com/engineering-research-and-development/opc-ua-car-server","last_synced_at":"2025-10-10T05:31:12.357Z","repository":{"id":42083833,"uuid":"132901400","full_name":"Engineering-Research-and-Development/opc-ua-car-server","owner":"Engineering-Research-and-Development","description":"OPC UA CAR SERVER ","archived":false,"fork":false,"pushed_at":"2025-09-18T04:29:03.000Z","size":8443,"stargazers_count":5,"open_issues_count":19,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-18T06:26:17.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Engineering-Research-and-Development.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2018-05-10T13:04:26.000Z","updated_at":"2024-02-16T10:23:36.000Z","dependencies_parsed_at":"2024-04-02T11:29:20.777Z","dependency_job_id":"4275ddb5-c6bf-4d68-986f-7bbbe5d1d757","html_url":"https://github.com/Engineering-Research-and-Development/opc-ua-car-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Engineering-Research-and-Development/opc-ua-car-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Fopc-ua-car-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Fopc-ua-car-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Fopc-ua-car-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Fopc-ua-car-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Engineering-Research-and-Development","download_url":"https://codeload.github.com/Engineering-Research-and-Development/opc-ua-car-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Engineering-Research-and-Development%2Fopc-ua-car-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002866,"owners_count":26083468,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-27T21:24:50.314Z","updated_at":"2025-10-10T05:31:12.030Z","avatar_url":"https://github.com/Engineering-Research-and-Development.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# OPC UA CAR SERVER with NodeOPCUA\nA simple server that represents a car with the follow structure:\n\n* Car (obj)\n    * Speed (attr)\n    * Accelerate (meth)\n    * Stop (meth)\n    * Engine (obj)\n        * Temperature (attr)\n        * Oxygen (attr)\n        * Pressures (attr)\n    * Sensors\n        * Any number of user-defined sensors\n\n![Car Schema](https://github.com/Engineering-Research-and-Development/opc-ua-car-server/blob/master/img/car_schema.png)\n\n\n### Install from source\n\n    $ git clone \"https://github.com/Engineering-Research-and-Development/opc-ua-car-server\"\n    $ cd opc-ua-car-server\n    $ npm install --unsafe-perm\n    $ node car.js\n\n### Car model behavioural specs\n\n| Motion Status | Engine | Acceleration | Oxigen | Temperature          | Pressures              | Speed |\n| ------------- | ------------- | ------------- | ------------- |----------------------|------------------------| ------------- |\n| Stopped | Off  | 0  | 0  | Environmental 20 °C  | [0,0,0]                | 0 |\n| Stopped | On  | 0  | 5  | Tends to 80 °C    | Tends to [100,100,100] | 0                        |\n| Accelerated | On  | \u003e 0 | Varies with speed. When the acceleration increases an overshoot is triggered, otherwise if acceleration decreases an undershoot is triggered. | Tends to 80 °C     | Tends to [100,100,100] | Varies with acceleration |\n| Constant | On | 0 | Constant | Tends to 80 °C     | Tends to [100,100,100] | Constant                 |\n| Decelerated | On | \u003c 0 | Varies with speed | Tends to 80 °C    | Tends to [100,100,100] | Varies with deceleration |\n| In motion (Decelerated) | Off | 0 | 0 (Transmission Neutral / Engine Brake) | Tends to 20 °C    | Tends to [0,0,0]       | Tends to 0               |\n| From decelerated to constant | Off -\u003e On | 0 | Follows the current speed  | Tends to 80 °C    | Tends to [100,100,100]     | Constant               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineering-research-and-development%2Fopc-ua-car-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengineering-research-and-development%2Fopc-ua-car-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengineering-research-and-development%2Fopc-ua-car-server/lists"}