[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80758":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":18,"hasPages":16,"topics":19,"createdAt":9,"pushedAt":9,"updatedAt":20,"readmeContent":21,"aiSummary":22,"trendingCount":14,"starSnapshotCount":14,"syncStatus":13,"lastSyncTime":23,"discoverSource":24},80758,"nmea-static-gps-server","evert\u002Fnmea-static-gps-server","evert","A static NMEA GPS server to broadcast a GPS location from a home server that doesn't move",null,"Python",41,1,2,0,37.9,false,"main",true,[],"2026-06-12 04:01:29","# NMEA static GPS coordinates emitter\n\n[NMEA][1] is a standard for marine electronics. It can also be used to transmit\nGPS coodinates on a local network.\n\nThis project's only purpose is to emit static GPS coordinates on the local network,\nso that applications that support this standard can get highly accurate coorindates\nif they are in the same network. You could for instance run this on your homelab\nserver.\n\n## Requirements\n\n* Python 3\n* avahi-deamon\n\n## Installations\n\nCopy the avahi configuration file:\n\n```bash\nsudo cp nmea-static.avahi.service \u002Fetc\u002Favahi\u002Fservices\u002Fnmea-static.service\n```\n\n## Known supported clients\n\nGeoclue is a D-Bus geoinformation service for Linux that provides location\ndata to applications.\n\nOn fedora you can see what it emits with:\n\n```bash\ndnf install geoclue2-demos\n\u002Fusr\u002Flibexec\u002Fgeoclue-2.0\u002Fdemos\u002Fwhere-am-i \n```\n\nAfter that you may need to edit `\u002Fetc\u002Fgeoclue\u002Fgeoclue.conf` and turn on nmea\nsupport:\n\n```ini\n[network-nmea]\nenabled=true\n```\n\nRunning `where-am-i` again should then include the new coordinates with 0\nmeter accuracy:\n\n```\n\nNew location:\n\nLatitude:    43.6457416°\nLongitude:   -79.410502°\nAccuracy:    0 meters\nAltitude:    119.000000 meters\nSpeed:       0.000000 meters\u002Fsecond\nDescription: GPS GGA+RMC\nTimestamp:   Sun 03 May 2026 01:12:03 AM (1777785123 seconds since the Epoch)\n```\n\n\n\n\n[1]: https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FNMEA_0183\n","该项目是一个静态NMEA GPS服务器，用于从不移动的家庭服务器广播GPS位置。其核心功能是通过本地网络发送固定不变的GPS坐标，让支持NMEA标准的应用程序能够获取高精度的位置信息。项目基于Python语言开发，并依赖于avahi-daemon服务来实现局域网内的服务发现。适用于需要在特定地点（如家庭实验室）提供精确且稳定的虚拟GPS坐标的场景，例如测试地理位置相关软件或进行模拟实验时。","2026-06-11 04:01:55","CREATED_QUERY"]