{"id":20687741,"url":"https://github.com/klauer/etherlabmaster","last_synced_at":"2026-04-23T10:34:26.073Z","repository":{"id":72187068,"uuid":"76605627","full_name":"klauer/etherlabmaster","owner":"klauer","description":"[[import of etherlab master from sourceforge]]","archived":false,"fork":false,"pushed_at":"2016-12-16T00:42:29.000Z","size":5336,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T23:58:33.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sourceforge.net/p/etherlabmaster","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klauer.png","metadata":{"files":{"readme":"README","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-15T23:56:09.000Z","updated_at":"2017-02-06T07:32:01.000Z","dependencies_parsed_at":"2023-05-31T06:45:31.377Z","dependency_job_id":null,"html_url":"https://github.com/klauer/etherlabmaster","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/klauer/etherlabmaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fetherlabmaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fetherlabmaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fetherlabmaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fetherlabmaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klauer","download_url":"https://codeload.github.com/klauer/etherlabmaster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fetherlabmaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32176900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-16T22:58:08.054Z","updated_at":"2026-04-23T10:34:21.064Z","avatar_url":"https://github.com/klauer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"------------------------------------------------------------------------------\n\nThis is the README file of the IgH EtherCAT Master.\n\n$Id$\n\nvim: spelllang=en spell tw=78\n\n------------------------------------------------------------------------------\n\nContents:\n1) General Information\n2) Requirements\n3) Building and installing\n4) Realtime \u0026 Tuning\n5) License\n6) Coding Style\n\n------------------------------------------------------------------------------\n\n1) General Information\n======================\n\nThis is an open-source EtherCAT master implementation for Linux 2.6.\n\nSee the FEATURES file for a list of features. For more information, see\nhttp://etherlab.org/en/ethercat.\n\nor contact\n\nDipl.-Ing. (FH) Florian Pose \u003cfp@igh-essen.com\u003e\nIngenieurgemeinschaft IgH\nHeinz-Baecker-Str. 34\nD-45356 Essen\nhttp://igh-essen.com\n\n------------------------------------------------------------------------------\n\n2) Requirements\n===============\n\n1) Software requirements\n\nConfigured sources for the Linux 2.6 kernel are required to build the EtherCAT\nmaster.\n\n2) Hardware requirements\n\nA table of supported hardware can be found at\nhttp://etherlab.org/en/ethercat/hardware.php.\n\n------------------------------------------------------------------------------\n\n3) Building and installing\n==========================\n\nSee the INSTALL file.\n\n------------------------------------------------------------------------------\n\n4) Realtime \u0026 Tuning\n====================\n\nRealtime patches for the Linux kernel are supported, but not required. The\nrealtime processing has to be done by the calling module (see API\ndocumentation). The EtherCAT master code itself is passive (except for the\nidle mode and EoE).\n\nTo avoid frame timeouts, deactivating DMA access for hard drives is\nrecommended (hdparm -d0 \u003cDEV\u003e).\n\n------------------------------------------------------------------------------\n\n5) License\n==========\n\nCopyright (C) 2006-2009  Florian Pose, Ingenieurgemeinschaft IgH\n\nThis file is part of the IgH EtherCAT Master.\n\nThe IgH EtherCAT Master is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License version 2, as\npublished by the Free Software Foundation.\n\nThe IgH EtherCAT Master is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\nFITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more\ndetails.\n\nYou should have received a copy of the GNU General Public License along with\nthe IgH EtherCAT Master; if not, write to the Free Software Foundation, Inc.,\n51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\n\n---\n\nThe license mentioned above concerns the source code only. Using the EtherCAT\ntechnology and brand is only permitted in compliance with the industrial\nproperty and similar rights of Beckhoff Automation GmbH.\n\n------------------------------------------------------------------------------\n\n6) Coding Style\n===============\n\nDevelopers shall use the coding style rules in the CodingStyle.txt file.\n\n------------------------------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fetherlabmaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklauer%2Fetherlabmaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fetherlabmaster/lists"}