{"id":18863907,"url":"https://github.com/jwarwick/processing-edmx","last_synced_at":"2025-04-14T13:07:08.754Z","repository":{"id":12792325,"uuid":"15466057","full_name":"jwarwick/processing-edmx","owner":"jwarwick","description":"Processing library to support DMX over ethernet","archived":false,"fork":false,"pushed_at":"2014-04-21T15:06:14.000Z","size":260,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T02:11:38.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwarwick.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}},"created_at":"2013-12-27T04:03:57.000Z","updated_at":"2022-02-23T21:45:18.000Z","dependencies_parsed_at":"2022-08-28T05:31:17.029Z","dependency_job_id":null,"html_url":"https://github.com/jwarwick/processing-edmx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fprocessing-edmx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fprocessing-edmx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fprocessing-edmx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwarwick%2Fprocessing-edmx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwarwick","download_url":"https://codeload.github.com/jwarwick/processing-edmx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886314,"owners_count":21177643,"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-11-08T04:39:02.670Z","updated_at":"2025-04-14T13:07:08.173Z","avatar_url":"https://github.com/jwarwick.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Processing eDMX Library\nA [Processing](http://www.processing.org/) library to send DMX data over ethernet using [Streaming ACN](http://en.wikipedia.org/wiki/Architecture_for_Control_Networks) (ANSI E1.31).\n\n## How to Install\nExtract the contents of `bin/eDMX.zip` into the Processing `libraries` folder. See also [How to Install a Contributed Library](http://wiki.processing.org/w/How_to_Install_a_Contributed_Library).\n\n## How to Build\n```\n% make clean\n% make\n% make package\n```\n\nThe zip file will now be at `bin/eDMX.zip`\n\n## How to Use\nSee the demo applications in the `examples` folder. These are also available in Processing under the `File-\u003eExamples...` menu.\n\n``` java\nimport eDMX.*;\n\nsACNSource source;\nsACNUniverse universe1;\nbyte count = 0;\n\nvoid setup() {\n  source = new sACNSource(this, \"Test Source\");\n  universe1 = new sACNUniverse(source, (short)1);\n}\n\nvoid draw() {  \n  universe1.fillSlots(count++);\n  try {\n    universe1.sendData();\n  } catch (Exception e) {\n    e.printStackTrace();\n    exit();\n  }\n}\n```\n\n## License\nAll code is MIT licensed. See the file LICENSE for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwarwick%2Fprocessing-edmx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwarwick%2Fprocessing-edmx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwarwick%2Fprocessing-edmx/lists"}