{{ :box_software.png | Release Notes}} ====== Release Notes NetHomeServer Build 844 ====== ===== Pronto Format Support ===== The [[AudioProtocolParser]] and [[AudioProtocolTransmitter]] now supports the Pronto format for receiving and sending messages. This makes it possible to receive and send raw IR and RF messages. Internally the messages are transmitted as [[events#Pronto_Message|Pronto message events]]. Pronto format is a standard way of specifying raw IR messages. There is a good description of the format at [[http://www.remotecentral.com/features/irdisp1.htm |The Remote Central]]. The [[analyzer:start|ProtocolAnalyzer]]-tool also supports scanning pronto codes. ===== Modified Event Format ===== The format of events sent from the [[TCPCommandPort]] is modified so the format is identical with the format used to enter events via the port. See [[commandportsyntax#Commands|Command Port Syntax]] for a specification of the format. [[TCPCommandPort]] is also corrected so events are not transmitted until the //subscribe// command is executed.