Skip to content

bacnet-stack/bacnet-stack-zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bacnet-stack-zephyr

BACnet open source protocol for embedded systems using Zephyr OS integrated with BACnet Stack C library hosted on Sourceforge and Github sites.

Continuous Integration

This integration uses automated continuous integration services to assist in automated compilation, validation, linting, security scanning, and unit testing to produce robust C code.

Actions Status GitHub Workflow: BACnet Stack Zephyr Twister Unit Tests

What the code does

The Zephyr OS integration offers a collection of samples in the zephyr/samples folder that highlight the features of this BACnet integration, including some BACnet Basic dynamically created objects and services that can be used to quickly create a custom BACnet device on a variety of existing boards.

These samples are crafted to be simple and easy to understand, serving as a starting point for your own projects.

This repository is a Zephyr manifest-module, which means it can be used in either of the following ways:

  • As a module brought in by a different manifest (recommended for product development)

    [Prototyped but not verified] Add the following into the root manifest file (e.g., $workspace_dir/$manifest_repo/west.yml)

    # In external manifest repository, `west.yml`
    # to bring in the Zephyr integration of bacnet-stack
    # as a Zephyr module
    
      # Add the following under remotes:
        - name: bacnet-stack
          url-base: https://github.com/bacnet-stack
    
      # Add the following under projects:
        - name: bacnet
          repo-path: bacnet-stack-zephyr
          path: modules/lib/bacnet
          import:
            name-allowlist:
              - bacnet-stack
    
        - name: bacnet-stack
          path: modules/lib/bacnet/stack
    
    • As a workspace manifest repository (recommended for bacnet-stack contributions):

      west init -m https://github.com/bacnet-stack/bacnet-stack-zephyr --mr default $my_workspace

Hello BACnet Stack

A simple "Hello World" sample that can be used with any supported board boards and prints "Hello BACnet-Stack" to the console.

BACnet Standardized Device Profiles

Device Profile - BACnet Smart Actuator (B-SA)

A device application demonstrating configuration of a BACnet Smart Actuator (B-SA) device profile that can be used with any supported boards.

Device Profile - BACnet Smart Sensor (B-SS)

A device application demonstrating configuration of a BACnet Smart Sensor (B-SS) device profile that can be used with any supported boards.

Device Profile - BACnet Lighting Device (B-LD)

A device application demonstrating configuration of a BACnet Lighting Device (B-LD) device profile that can be used with any supported boards.

Device Profile - BACnet Lighting Supervisor (B-LS)

A device application demonstrating configuration of a BACnet Lighting Supervisor (B-LS) device profile that can be used with any supported boards.

Coding Style and Guidelines

See Zephyr Project Coding Guidelines

About

Zephyr OS integration of BACnet Stack

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages