{"id":27102473,"url":"https://github.com/iot-salzburg/rxt_codegen","last_synced_at":"2025-09-11T13:05:26.172Z","repository":{"id":44660487,"uuid":"449423574","full_name":"iot-salzburg/rxt_codegen","owner":"iot-salzburg","description":"Generates Python Action Clients for ROBxTASK control from Blockly XML files","archived":false,"fork":false,"pushed_at":"2022-05-19T13:50:07.000Z","size":4716,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-21T13:00:24.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/iot-salzburg.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}},"created_at":"2022-01-18T19:41:57.000Z","updated_at":"2022-01-18T19:57:28.000Z","dependencies_parsed_at":"2022-09-14T07:33:10.392Z","dependency_job_id":null,"html_url":"https://github.com/iot-salzburg/rxt_codegen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iot-salzburg/rxt_codegen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iot-salzburg%2Frxt_codegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iot-salzburg%2Frxt_codegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iot-salzburg%2Frxt_codegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iot-salzburg%2Frxt_codegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iot-salzburg","download_url":"https://codeload.github.com/iot-salzburg/rxt_codegen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iot-salzburg%2Frxt_codegen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274640911,"owners_count":25322843,"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-09-11T02:00:13.660Z","response_time":74,"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-04-06T15:39:57.161Z","updated_at":"2025-09-11T13:05:26.148Z","avatar_url":"https://github.com/iot-salzburg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rxt_codegen\n- Generates Python Action Clients for ROBxTASK control from Blockly XML files\n- Generates OPCUA Simulator Client for ROBxTASK simulation environment\n- Call this program with three API arguments: [inputFile][outputFile][bIsSimulatedEnv]\n\n\n## CodeGen as a Server Implementation\n\n1) start with: \"docker-compose -f docker-compose.yml up -d --no-deps --build\"\nwill be hosted under: \"http://localhost:5000/codegen/swagger-ui.html\"\n2) start ROBxTASK Frontend Service (Staging: https://github.com/ROBxTASK/frontend-service) next by using: \"npm run start\"\n3) Use local account to login and press Buttons for Code Generation\n\n\n## CodeGen as a standalone application\nFor directories of files please use input folder for input files and output folder for output files. \n\nExample usage in console for ROS file generation: \n\n```python\npython codegen_main.py ../input/ROS/example_2.xml ../output/generated_results/ false\n```\n\nExample usage in console for OPCUA file generation: \n\n```python\npython codegen_main.py ../input/OPCUA/example_1.xml ../output/generated_results/ true\n```\n\nExample \"launch.json\" file for debuuging with visual code / visual studio:\n\n```python\n{\n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n            \"name\": \"Python: Current File\",\n            \"type\": \"python\",\n            \"request\": \"launch\",\n            \"program\": \"./server/source/codegen_main.py\",\n            \"console\": \"integratedTerminal\",\n            \"args\": [\"./server/input/ROS/example_2.xml\", \"./server/output/generated_results/\", \"false\"]\n        }\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiot-salzburg%2Frxt_codegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiot-salzburg%2Frxt_codegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiot-salzburg%2Frxt_codegen/lists"}