{"id":32211714,"url":"https://github.com/epl-viz/convert-eds-xdd","last_synced_at":"2025-10-22T06:54:56.516Z","repository":{"id":56839965,"uuid":"82732685","full_name":"epl-viz/Convert-EDS-XDD","owner":"epl-viz","description":"Convert CANopen EDS to POWERLINK XDD","archived":false,"fork":false,"pushed_at":"2018-01-14T15:40:13.000Z","size":16,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-21T17:18:07.936Z","etag":null,"topics":["canopen","cia","eds","ethernetpowerlink","xdd"],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/Convert::EDS::XDD","language":"Perl","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/epl-viz.png","metadata":{"files":{"readme":"README.pod","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":"2017-02-21T22:16:00.000Z","updated_at":"2024-05-28T05:39:34.000Z","dependencies_parsed_at":"2022-08-28T23:31:01.038Z","dependency_job_id":null,"html_url":"https://github.com/epl-viz/Convert-EDS-XDD","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/epl-viz/Convert-EDS-XDD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epl-viz%2FConvert-EDS-XDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epl-viz%2FConvert-EDS-XDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epl-viz%2FConvert-EDS-XDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epl-viz%2FConvert-EDS-XDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epl-viz","download_url":"https://codeload.github.com/epl-viz/Convert-EDS-XDD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epl-viz%2FConvert-EDS-XDD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280395517,"owners_count":26323515,"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-22T02:00:06.515Z","response_time":63,"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":["canopen","cia","eds","ethernetpowerlink","xdd"],"created_at":"2025-10-22T06:54:54.866Z","updated_at":"2025-10-22T06:54:56.512Z","avatar_url":"https://github.com/epl-viz.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding utf8\n\n=head1 NAME\n\nConvert::EDS::XDD - Convert CANopen EDS to POWERLINK XDD\n\n=head1 SYNOPSIS\n\n  $ cpan Convert::EDS::XDD # install from CPAN\n  $ eds2xdd profile.eds \u003e profile.xdd # Convert with the eds2xdd script\n\n=head1 DESCRIPTION\n\nEDS is an L\u003cini|Config::Tiny\u003e based format specified by the CiA e.V. in order to describe CANopen devices. The Ethernet POWERLINK Standardization Group specifies an EDS-based L\u003cXML|XML::Writer\u003e format for EPL devices.\n\nThis module takes in an EDS file or a string with its content and returns a XDD string. An L\u003ceds2xdd\u003e wrapper script is also installed into the C\u003cPATH\u003e.\n\nC\u003ceds2xdd\u003e is also available as a self-contained (fatpacked) script L\u003cat the Github releases page|https://github.com/epl-viz/Convert-EDS-XDD/releases/latest\u003e.\n\n=head1 LIMITATIONS\n\nMay not handle all details of the EDS. Pull requests and reports (L\u003cissues on Github|https://github.com/epl-viz/Convert-EDS-XDD/issues\u003e) are welcome.\n\n=head1 METHODS AND ARGUMENTS\n\n=over 4\n\n=item eds2xdd($filename, [$encoding])\n\nHere, the C\u003c[]\u003e indicate an optional parameter.\n\nReturns the EDS' content as XML string on success or undef on error in file contents.\n\nFunction croaks if opening file fails.\n\nC\u003c$encoding\u003e may be used to indicate the encoding of the file, e.g. C\u003c'utf8'\u003e or\nC\u003c'encoding(iso-8859-1)'\u003e.\n\nDo not add a prefix to C\u003c$encoding\u003e, such as C\u003c\u003c '\u003c' \u003e\u003e or C\u003c\u003c '\u003c:' \u003e\u003e.\n\n=item eds2xdd_string($string)\n\nReturns the EDS string as XML string\n\n=back\n\n=head1 GIT REPOSITORY\n\nL\u003chttp://github.com/epl-viz/Convert-EDS-XDD\u003e\n\n=head1 SEE ALSO\n\nL\u003cEPL-Viz - Visualization for Ethernet POWERLINK|http://github.com/epl-viz\u003e\n\n=head1 AUTHOR\n\nAhmad Fatoum C\u003c\u003c \u003cathreef@cpan.org\u003e \u003e\u003e, L\u003chttp://a3f.at\u003e\n\n=head1 COPYRIGHT AND LICENSE\n\nCopyright (C) 2017-2018 Ahmad Fatoum\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepl-viz%2Fconvert-eds-xdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepl-viz%2Fconvert-eds-xdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepl-viz%2Fconvert-eds-xdd/lists"}