An open API service for producing an overview of a list of open source projects.

https://github.com/dotside-studios/davi-nfc-agent

nfc nfc-agent nfc-card-reader nfc-tag

Score: -Infinity

Last synced: about 10 hours ago
JSON representation

Repository metadata:

A lightweight NFC card reader agent with WebSocket broadcasting capabilities. Reads and writes NDEF formatted data from NFC tags and broadcasts to connected clients in real-time.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 253
Total Committers: 2
Avg Commits per committer: 126.5
Development Distribution Score (DDS): 0.123

Commits in past year: 229
Committers in past year: 2
Avg Commits per committer in past year: 114.5
Development Distribution Score (DDS) in past year: 0.135

Name Email Commits
Ned Palacios n****c@g****m 222
Claude n****y@a****m 31

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 0
Total pull requests: 18
Average time to close issues: N/A
Average time to close pull requests: 44 minutes
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 18
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 18
Past year average time to close issues: N/A
Past year average time to close pull requests: 44 minutes
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 18
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/dotside-studios/davi-nfc-agent

Top Issue Authors

Top Pull Request Authors

  • nedpals (18)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/dotside-studios/davi-nfc-agent

Package main provides an NFC card reader agent with WebSocket broadcasting capabilities.


Dependencies

.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v4 composite
  • mlugg/setup-zig v1 composite
  • msys2/setup-msys2 v2 composite
  • softprops/action-gh-release v2 composite
go.mod go
  • github.com/clausecker/freefare v0.3.2
  • github.com/clausecker/nfc/v2 v2.2.0
  • github.com/gorilla/websocket v1.5.3
go.sum go
  • github.com/clausecker/freefare v0.3.2
  • github.com/clausecker/freefare v0.4.1
  • github.com/clausecker/nfc/v2 v2.2.0
  • github.com/gorilla/websocket v1.5.3
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v4 composite
  • softprops/action-gh-release v2 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • codecov/codecov-action v4 composite
  • golangci/golangci-lint-action v4 composite
client/package.json npm