{"id":28510406,"url":"https://github.com/eugenedakin/pifs","last_synced_at":"2025-07-03T05:32:12.742Z","repository":{"id":297101729,"uuid":"994981123","full_name":"eugenedakin/PiFS","owner":"eugenedakin","description":"Raspberry Pi Functionality Suite - Xojo. Declares for the Pi OS.","archived":false,"fork":false,"pushed_at":"2025-07-01T02:56:29.000Z","size":761,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T03:40:53.648Z","etag":null,"topics":["api","declare","raspberry-pi","xojo"],"latest_commit_sha":null,"homepage":"","language":"Xojo","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/eugenedakin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T19:30:45.000Z","updated_at":"2025-07-01T02:56:33.000Z","dependencies_parsed_at":"2025-06-04T05:31:45.501Z","dependency_job_id":"92d7db34-2867-48a1-8d87-7080271849b4","html_url":"https://github.com/eugenedakin/PiFS","commit_stats":null,"previous_names":["eugenedakin/pifs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eugenedakin/PiFS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenedakin%2FPiFS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenedakin%2FPiFS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenedakin%2FPiFS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenedakin%2FPiFS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eugenedakin","download_url":"https://codeload.github.com/eugenedakin/PiFS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenedakin%2FPiFS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263268570,"owners_count":23439975,"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":["api","declare","raspberry-pi","xojo"],"created_at":"2025-06-08T23:04:55.359Z","updated_at":"2025-07-03T05:32:12.733Z","avatar_url":"https://github.com/eugenedakin.png","language":"Xojo","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PiFS\nRaspberry Pi Functionality Suite - Xojo\n\nThe Raspberry Pi Functionality Suite is a collection of Raspberry Pi OS (Debian) specific functionality that is not readily available in a free format. It is an open source collaboration that brings users all of the specialized Raspberry Pi functionality that is not included with Xojo/Real Studio itself. \n\nNotes\nThis code was originally written by Eugene Dakin for Xojo. \n\nXojo\n - Version 2025R1.1\n\nRepository Location\nHttps://github.com/eugenedakin/PiFS\n\nVersions:\nVersion 1.0 (9 May 2025)\n- added Accept method\n- added Bind method\n- added Close method\n- added Errno method\n- added ErrnoMessage method\n- added fcntl method\n- added hci_devinfo method\n- added hci_get_route method\n- added Listen method\n- added Read Method\n- added selectBT method\n- added Socket method\n- added Write method\n- added hci_dev_info structure \n- added hci_dev_stats structure \n- added sockaddr_rc structure \n- added over 35 bluetooth constants\n\nVersion 1.1 (25 May 2025)\n- added Statvfs structure \n- added statvfs method\n\nVersion 1.2 (2 June 2025)\n- added Timerfd_Create method\n- added Timerfd_SetTime method\n- added CLOCK_MONOTONIC constant\n- added TFD_CLOEXEC consttant\n- added TFD_NONBLOCK constant\n\nVersion 1.3 (3 June 2025)\n- added clock_gettime method\n- added usleep method\n- added nanosleep method\n- added CLOCK_REALTIME constant\n- added CLOCK_PROCESS_CPUTIME_ID constant\n- added CLOCK_THREAD_CPUTIME_ID constant\n- added TimeSpec structure\n\nVersion 1.4 (4 June 2025)\n- added Timer Methods in the PiTimer Class \n- added Elapsed Microseconds Timer Method\n- added Elapsed Milliseconds Timer Method\n- added GetCurrentTime Timer Method\n- added IsRunning Timer Method\n- added Reset Timer method\n- added SleepNanoseconds Timer Method\n- added Start Timer method\n- added Stop Timer method\n- added NanoSleep Declare\n- added uSleep (microsleep) Declare\n\nVersion 1.5 (6 June 2025)\n- added TimeSpec structure \n- added thread methods \n- added pthread_create Declare\n- added pthread_join Declare\n- added pthread_detach Declare\n- added pthread_self Declare\n- added pthread_exit Declare\n- added sleep declare\n\nVersion 1.6 (7 June 2025)\n- added gtk_application_new Declare\n- added gtk_application_window_new Declare\n- added gtk_widget_show_all Declare\n- added gtk_window_set_default_size Declare\n- added gtk_window_set_title Declare\n- added g_object_unref Declare\n- added g_signal_connect_data Declare\n- added printf declare\n\nVersion 1.7 (8 June 2025)\n- added gtk_widget_add_events Declare\n- added GDK_BUTTON_PRESS_MASK Constant\n- added gtk_widget_destroy Declare\n- added g_application_run Declare\n- added GTK_MESSAGE_INFO Constant\n- added GTK_BUTTONS_OK Constant\n- added GTK_DIALOG_MODAL Constant\n- corrected issue in g_signal_connect_data Declare\n- added gtk_widget_get_toplevel Declare\n- added GTK_DIALOG_DESTROY_WITH_PARENT Constant\n- added GTK_DIALOG_USE_HEADER_BAR Constant\n- added GTK_MESSAGE_QUESTION Constant\n- added GTK_BUTTONS_OK_CANCEL Constant\n- added GTK_RESPONSE_OK Constant\n- added GTK_RESPONSE_CANCEL Constant\n- added gtk_dialog_new_with_buttons Declare\n- added gtk_container_add Declare\n- added gtk_window_set_modal Declare\n- added RESPONSE_OK Constant\n- added RESPONSE_CANCEL Constant\n- added gtk_dialog_add_button Declare\n- added gtk_dialog_get_content_area Declare\n- added gtk_label_new Declare\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugenedakin%2Fpifs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feugenedakin%2Fpifs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feugenedakin%2Fpifs/lists"}