Tratosca

Results 3 issues of Tratosca

Hello, Is it possible to use something like Stereotool or Breakaway Broadcast on a Windows computer to feed PiFmAdv with a real MPX signal, over a 192kHz soundcard or Ethernet...

Using macOS Catalina, I first installed rtptools with brew. Tried to compile it myself, same issue. When trying to send raw PCM data to an Omnia One, an AES67 compliant...

I'm trying to list users of a specific group, as below: ```python import pyad.adquery from pyad import adgroup,aduser q = pyad.adquery.ADQuery() q.execute_query( attributes=["SamAccountName"], where_clause="objectClass = 'group'", base_dn="CN=GROUP2,OU=Toto,OU=Titi,OU=Tutu,DC=dc,DC=rootdc,DC=com" ) for row...