{"id":13831761,"url":"https://github.com/qdot/librealtouch","last_synced_at":"2025-03-11T21:22:45.222Z","repository":{"id":3331381,"uuid":"4375092","full_name":"qdot/librealtouch","owner":"qdot","description":"Linux/Mac server and code for accessing the Real Touch network protocol","archived":false,"fork":false,"pushed_at":"2017-11-26T21:44:58.000Z","size":51,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-18T07:46:56.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/qdot.png","metadata":{"files":{"readme":"README.asciidoc","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":"2012-05-19T02:04:58.000Z","updated_at":"2024-09-09T20:05:35.000Z","dependencies_parsed_at":"2022-08-26T22:50:41.890Z","dependency_job_id":null,"html_url":"https://github.com/qdot/librealtouch","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/qdot%2Flibrealtouch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibrealtouch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibrealtouch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdot%2Flibrealtouch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdot","download_url":"https://codeload.github.com/qdot/librealtouch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243113326,"owners_count":20238377,"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-08-04T10:01:39.270Z","updated_at":"2025-03-11T21:22:45.199Z","avatar_url":"https://github.com/qdot.png","language":"CMake","funding_links":[],"categories":["CMake"],"sub_categories":[],"readme":"== librealtouch\n\nBy Kyle Machulis (qDot) - http://www.nonpolynomial.com\n\nProject Repo: http://www.github.com/qdot/librealtouch\n\nPlease report all bugs and feature requests to http://www.github.com/qdot/librealtouch/issues\n\n=== Description\n\nlibrealtouch is an open source reimplementation of the RealTouch\nPlatform Agent. There are no functional differences between\nlibrealtouch and the official RealTouch Platform Agent. librealtouch\nis provided to access the RealTouch on platforms unsupported by the\ncompany (OS X, linux, etc...)\n\n=== Requirements\n\nFor the driver, you'll need\n\n* hidapi - http://www.signal11.us/oss/hidapi/\n\n=== Basic Compiling Instructions\n\nTo use CMake:\n\n* Make a directory somewhere. Like, say, 'build' in your repo directory.\n* Go into that directory\n* Type cmake ..\n* Watch the magic happen\n* After this, just run make and you'll be fine.\n* If you want to use an IDE or whatever, well, you'll figure it out.\n\n=== Command Index\n\n(Shortened version of command index available in CDK Documentation.\nCDK is available at http://developer.realtouch.com/downloads.php)\n\n==== General Format\n\n----------\n\u003ccommand\u003e \u003cstatement\u003e\u003cnewline\u003e\n----------\n\n==== Movement (Vector)\n\n----------\nV \u003cmagnitude\u003e \u003caxis\u003e \u003cdirection\u003e \u003cduration\u003e [\u003cinMagnitude\u003e \u003cinDuration\u003e \u003coutMagnitude\u003e \u003coutDuration\u003e]\n----------\n\n==== Periodic Movement\n\n----------\nP \u003cperiod\u003e \u003cmagnitude\u003e \u003caxis\u003e \u003cdirection\u003e \u003cduration\u003e [\u003cinMagnitude\u003e \u003cinDuration\u003e \u003coutMagnitude\u003e \u003coutDuration\u003e]\n----------\n\n==== Heat \n\n----------\nH \u003cmagnitude\u003e\n----------\n\n==== Lube\n\n----------\nL \u003cmagnitude\u003e \u003cduration\u003e\n----------\n\n==== Stop\n\n----------\nS \u003caxis\u003e\n----------\n\nAxis Values\n\n* \"A\": \"All\"—stop every component of the device\n* \"H\": \"Heater\"—turn off the heater\n* \"L\": \"Lube\"—stop the dispensing of lube\n* \"T\": \"Top Belt\"—stop the top belt\n* \"B\": \"Bottom Belt\"—stop the bottom belt\n* \"U\": \"Both Belts\"—stop both the top and bottom belt\n* \"S\": \"Squeeze\" (orifice)—stop the orifice\n\n=== Licensing\n\n----------\n\nCopyright (c) 2007-2012, Kyle Machulis/Nonpolynomial Labs\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of the Kyle Machulis/Nonpolynomial Labs nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY Kyle Machulis/Nonpolynomial Labs ''AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL Kyle Machulis/Nonpolynomial Labs BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE\n\n----------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Flibrealtouch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdot%2Flibrealtouch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdot%2Flibrealtouch/lists"}