Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

open-voice-interoperability/vrs-dnsmasq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vrs-dnsmasq: VRS implementation in DNSMasq

Description

This is a proof of concept to show how existing DNS technology could be leveraged to implement the OVON Voice Registry System.

Usage

make start

# Look up 'target' in VRS
dig @localhost -p 5353 target.vrs TXT

# Look up /tɑːrˈʒeɪ/ in VRS using IPA encoding
dig @localhost -p 5353 103-305-503-122-501-135-302-319.vrs TXT

# Look up 'delta' in VRS
dig @localhost -p 5353 delta.vrs TXT

# Look up Target's VRS servers
dig @localhost -p 5353 SRV _vrs._tcp.target.com

Releases

No releases published

Packages

No packages published