Barix Announces Wi-Fi Voice Paging App for iOS Devices
icon4 01 31st, 2012| icon3Comments Off on Barix Announces Wi-Fi Voice Paging App for iOS Devices

New app gives iPhone, iPad users a true IP audio paging solution — without the complexity of IP

ZURICH, SWITZERLAND, January 30, 2012 — Barix AG, a pioneer in IP audio, control and monitoring, brings voice paging to the iPhone and iPad via the Barix Wi-Fi Paging App — the first open-standards IP and multicast voice announcer application for mobile iOS devices.

The Barix Wi-Fi Paging App, now available in the iTunes App Store, enables zoned voice paging from iOS devices in commercial, public and residential properties. Barix’s open-standards approach turns nearly any VoIP or IP Audio receiving device into a simple IP paging/announcement system. Besides the full range of Barix IP Audio devices, many IP phones are supported, as well as third-party IP Paging gateways and speakers. A one-time configuration process ensures that users can quickly set up a paging solution for immediate and ongoing use without hassle.

“Barix is bringing more than ten years of knowledge and leadership in VoIP and IP audio devices to the smartphone universe,” said Johannes G. Rietschel, CEO and founder of Barix. “The Barix Paging App draws from our professional IP Audio and paging knowhow to make Wi-Fi paging available for millions of smartphone owners across commercial, residential, medical and professional markets.”

Ease of use is central to the Barix Paging App. Upon download, users add existing paging receivers such as IP phones, IP speakers or VoIP paging gateways in the setup part of the application. Multicast addresses can be used to set up zones with multiple receiving devices. Configurations are stored within the app or an optional location device, ensuring a one-time setup process per site. For existing Barix customers, the configuration process can automatically discover Barix IP Audio devices.
Users can assign photos to each device or zone to create clear visuals for the paging targets. Once setup is complete, users can make announcements to one, many or all configured targets by simply touching the appropriate zone icons and initiating audio with the “push-to-talk” soft-button. Real-world applications include calling the kids for dinner, making general announcements to all classrooms in a K-12 school, paging doctors in a hospital, and announcing new security measures across a large corporate campus.

All Barix VoIP-enabled IP Audio products are compatible with the Wi-Fi Paging App, including:
* Single- and multi-zone VoIP Paging Gateways (Exstreamer and Annuncicom two-way audio product families)
* The “IP Speaker without the speaker” (Exstreamer P5)
* The ruggedized Annuncicom 155 for use in harsh environments
* The Exstreamer 205, which provides up to 50W output power for high-quality music distribution applications — and now Wi-Fi Paging
* Affordable Power over Ethernet (PoE) master paging stations (Annuncicom PS1 and PS16)

More information can be found at http://www.wifi-paging.com or the Barix homepage.

Barix Introduces First Mobile App for Apple Devices
icon4 12 12th, 2011| icon3Comments Off on Barix Introduces First Mobile App for Apple Devices

“Reflector” app delivers mobile monitoring to Barix Reflector Service customers

ZURICH, SWITZERLAND, December 12, 2011 — Barix AG, a pioneer in IP audio, control and monitoring, is launching its first, free iOS app for use on the iPhone, iPod Touch or iPad. The new app, Reflector, is a mobile receiver for the Barix Reflector Service, allowing customers to monitor their audio streams on the go.

The Barix Reflector Service is typically used by radio broadcasters and service providers to stream audio between two or more points with tremendous ease of use. The service essentially offers IP streaming without the complexity of IP, simplifying the setup process for audio transport connections.

The Reflector app taps into the main Reflector Service audio feed to allow real-time listening and monitoring of contact closure status and network statistics. This gives broadcasters and service providers access to a wealth of information about their streams and channels from any location, following the ease of use concept.

The Reflector iOS application is now available through Apple’s iTunes store free of charge. Users simply download the app and register their mobile devices with the Reflector Service http://www.reflectorservice.com/ to begin monitoring audio feeds within seconds.

“The Barix Reflector Service is already ahead of the curve as something unique for the radio broadcast industry, making it simple to use IP for studio-to-transmitter links (STL) and remote contribution,” said Johannes G. Rietschel, CEO and Founder of Barix. “The Reflector app just moves the bar a bit further, allowing broadcasters to listen and check streams from a common mobile device with trivial setup and at no cost.”

In a typical setup, the Reflector Service is paired with Barix Audio over IP hardware at the send and receive points, creating a plug-and-play installation that can have broadcasters streaming audio over IP links within minutes. The service is hosted by StreamGuys, a streaming media provider and content delivery network that often works with Barix in radio broadcast streaming applications. More information can be found at http://www.barixreflector.com.

Barionet can push notifications and alarms to iOS devices (iPhone)
icon4 04 14th, 2011| icon3Comments Off on Barionet can push notifications and alarms to iOS devices (iPhone)

A Barionet is a great product to monitor environmental parameters, power useage, contact closures etc.

If the Barionet detects an alarm condition, it will need to notify you. But how?

Sample code for sending email, operating a SMS modem etc is already available from us.

Here is a very nice method to do this via the popular iPhone by using an application called “prowl”. The Prowl makers operate a public server and manage the delivery to the iPhone/iPad/iPod touch “prowl” app via the standard iOS notification scheme (so, very little consumption of power/bandwith on the iOS device).
You need to purchase the prowl app from the app store ($2.99), register and generate an API key on the prowlapp website, and you are good to go!

On the Barionet, you will need a small application which
– opens a TCP connection to the prowl api server, api.prowlapp.com, port 80 (http)
– sends an “add” command with a meaningful notification message to the server (see example below)
– close the connection.

That’s it!
The alarm message will arrive within very short time at your iPhone, where you can configure quiet times, alarm tones etc.

here is an example for a string you would need to send (replace the xxxxx… with the API code you get from the website):

“GET /publicapi/add?apikey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&event=alarm%20temp%3e65F%20too%20high&application=fridge HTTP/1.0” (plus 2x CR/LF)

Note: you will need to do the URL encoding (%20 for space etc) in your program if your message contains blanks or special characters.

We can provide a sample BCL program on request.

Johannes

P.S: Once you have implemented this, let us know so we can feature your application!