Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 969 Bytes

File metadata and controls

41 lines (30 loc) · 969 Bytes

Contributing to Awesome RTP

Thanks for helping grow the RTP ecosystem.

How to Add Your Project

  1. Fork this repo
  2. Add your entry to the appropriate section in README.md
  3. Follow the existing format
  4. Submit a PR with a brief description

Entry Requirements

SDKs

  • Must implement RTPDevice and/or RTPClient
  • Must be published to npm or PyPI
  • Include install command

Hardware / Devices

  • Must have a working RTP implementation or verified bridge
  • Link to setup instructions or example code
  • Note whether SDK runs directly or requires a bridge

Gateways

  • Must implement full RTP 1.0 spec
  • Must be publicly accessible
  • Must include documentation URL

Examples & Demos

  • Must be a public GitHub repo
  • Must include a README with setup instructions
  • Must be runnable end-to-end

Questions

Open an issue or reach out on Farcaster @plag or Twitter @Spraay_app.


---