XHSOM-FM

XHSOM-FM is a community radio station on 106.9 FM in Tlacolula de Matamoros, Oaxaca. The station is owned by the civil association Somos Uno Radio, La Voz de la Comunidad, A.C.

XHSOM-FM
CityTlacolula de Matamoros, Oaxaca
Frequency106.9 FM
BrandingSomos Uno Radio, La Voz de la Comunidad
Programming
FormatCommunity radio
Ownership
OwnerSomos Uno Radio, La Voz de la Comunidad, A.C.[1]
History
First air dateJune 9, 2019
Former frequencies88.7 FM (as a pirate)
Call sign meaningSOMos Uno Radio
Technical information
ClassA
Links
Websitesomosunoradiotlacolula.com

History

The station was awarded on August 8, 2018. Somos Uno Radio had been operating as a pirate station since 2015; it relocated to its assigned 106.9 frequency on June 9, 2019.

gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.

References

  1. Instituto Federal de Telecomunicaciones. Infraestructura de Estaciones de Radio FM. Last modified 2018-05-16. Retrieved 16 June 2019. Technical information from the IFT Coverage Viewer.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.