<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[COV Support]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">I am currently trying to upgrade an old implementation of bacnet4j to a newer version so it can act as a BACnet server. It should be able to be subscribed to with COV requests.<br />
Do the newer versions of bacnet4J support this?</p>
<p dir="auto">something like:</p>
<p dir="auto">myBacnetDevice.addCovSupport(...)</p>
<p dir="auto">Kind Regards</p>
]]></description><link>https://forum.mango-os.com/topic/6117/cov-support</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 13:25:52 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/6117.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Jun 2025 10:05:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to COV Support on Tue, 10 Jun 2025 14:29:11 GMT]]></title><description><![CDATA[<p dir="auto">Yes they should.  Every BACnetObject has the ability to support COV.  You will need to enable the mixin though.  I've not actually implemented a server but these classes should get you going on how to use it:</p>
<p dir="auto"><code>com.serotonin.bacnet4j.obj.AnalogObjectTest</code></p>
<p dir="auto"><code>com.serotonin.bacnet4j.obj.mixin.CovReportingMixin</code></p>
]]></description><link>https://forum.mango-os.com/post/28554</link><guid isPermaLink="true">https://forum.mango-os.com/post/28554</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Tue, 10 Jun 2025 14:29:11 GMT</pubDate></item></channel></rss>