{"id":19154349,"url":"https://github.com/baloise/jay","last_synced_at":"2026-06-20T17:31:36.775Z","repository":{"id":9118537,"uuid":"10903472","full_name":"baloise/jay","owner":"baloise","description":"Java Desktop Notification","archived":false,"fork":false,"pushed_at":"2025-10-01T14:05:40.000Z","size":333,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-10-01T16:09:40.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/baloise.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":"docs/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-06-24T09:02:14.000Z","updated_at":"2025-10-01T14:05:44.000Z","dependencies_parsed_at":"2025-10-01T16:06:43.023Z","dependency_job_id":"acb6bdfd-4dfd-44b6-917f-7d025216defb","html_url":"https://github.com/baloise/jay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baloise/jay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fjay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fjay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fjay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fjay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baloise","download_url":"https://codeload.github.com/baloise/jay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fjay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34580039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":[],"created_at":"2024-11-09T08:26:31.834Z","updated_at":"2026-06-20T17:31:36.760Z","avatar_url":"https://github.com/baloise.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jay\n\n\nJay is a java application skeleton for building a tray traffic light like signalization.\n\n\nWhen starting jay reads *.cfg files in your \u003chomedir\u003e/.jay folder. Each config file represents a traffic light bulb. The files are java property files (key/value pair). \n\n```\nname=Jay\nclass=jay.monitor.sensor.DummySensor\n```\n\nThis bulb would have the label Jay and the class DummySensor would implement the sensor logic. Each sensor runs in it's own deamon thread.\n\nOur wiki has documentation of [existing sensors and their configuration](//github.com/baloise/jay/wiki/Sensor-Configuration) as well as [rolling your own sensors](//github.com/baloise/jay/wiki/Create-you-own-sensor).\n\nYou can monitoring anything you want easily with Jay.\n\n# Some Screenshots\n\n![Traffic light](screenshots/jaylights.PNG)\n\n![Jay message](screenshots/jaytray.PNG)\n\n# Installation on Windows\n## Download the binary. \n\n```\npowershell -Command \"$proxy = [System.Net.WebRequest]::GetSystemWebProxy();$proxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials;$wc = new-object system.net.WebClient;$wc.proxy = $proxy;$wc.DownloadFile('https://raw.githubusercontent.com/baloise/jay/master/install.bat', 'install_jay.bat');\"\ninstall_jay.bat\ndel install_jay.bat\n\n```\nYou can look up the current jay version @ https://jitpack.io/com/github/baloise/jay/jay/-SNAPSHOT/maven-metadata.xml\n\n## Create start up item\n```\necho powershell -Command Start-Process 'javaw.exe' '-cp \"%userprofile%\\.jay\\jay.jar\" jay.monitor.Main' -NoNewWindow \u003e \"%APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\jay.bat\"\n```\n\n## Run\n```\npowershell -Command Start-Process 'javaw.exe' '-cp \"%userprofile%\\.jay\\jay.jar\" jay.monitor.Main' -NoNewWindow\n```\n\n# Installation on Linux / Mac\n## Download the binary. \n\n```\nprintf \"    __  __  _  _ \\n  _(  )/ _\\( \\/ )\\n / \\) /    \\)  / \\n \\____\\_/\\_(__/  \\n\\n\"\nwget -O $HOME/.jay/jay.jar https://jitpack.io/com/github/baloise/jay/jay/-SNAPSHOT/jay--SNAPSHOT.jar\n```\n\n## Run\n```\njava -cp $HOME/.jay/jay.jar jay.monitor.Main \u0026\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fjay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaloise%2Fjay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fjay/lists"}