Ng911CadIfLib 1.2.0

dotnet add package Ng911CadIfLib --version 1.2.0
                    
NuGet\Install-Package Ng911CadIfLib -Version 1.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ng911CadIfLib" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ng911CadIfLib" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Ng911CadIfLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ng911CadIfLib --version 1.2.0
                    
#r "nuget: Ng911CadIfLib, 1.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ng911CadIfLib@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ng911CadIfLib&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Ng911CadIfLib&version=1.2.0
                    
Install as a Cake Tool

Introduction

The Ng911CadIfLib is a Microsoft .NET DLL class library that NG9-1-1 PSAP Call Handling Functional Element (CHFE) applications can use to provide conveyance of Emergency Incident Data Objecs (EIDO) to a Computer Aided Dispatch (CAD) system.

The following standard describes describes the EIDO.

NENA Standard for Emergency Incident Data Object (EIDO), NENA, NENA-STA-021.1a-2022, October 19, 2021.

The following block diagram shows the interfaces between the PSAP CHFE, the Ng911CadIfServer class and a CAD System.

NG911CadIfLib Block Diagram

This class library provides two classes shown in gray in the above figure that applications can use for the communication of EIDOs.

The Ng911CadIfServer class implements the server-side of the EIDO Web Socket conveyance protocol and the EIDO Retrieval Service interfaces specified in the following standard.

Conveyance of Emergency Incident Data Objects (EIDOs) between Next Generation (NG 9-1-1) Systems and Applications, National Emergency Number Association (NENA), NENA-STA-024.1a-2023, February 21, 2023.

The CadIfWebSocketClient class implements the client-side (i.e., the notifier) of the EIDO conveyance protocol.

Documentation

The documentation pages for this project are located at https://phrsite.github.io/Ng911CadIfLib. The documentation web site includes class documentation and articles that explain usage of the classes in this library.

External Dependancies

The Ng911CadIfLib depends upon the following NuGet packages.

  1. Ng911Lib
  2. EidoLIb

Installation

This class library is available on NuGet.

To install it from the .NET CLI type:

dotnet add package Ng911CadIfLib --version x.x.x

To install using the NuGET Package Manager Command window type:

NuGet\Install-Package Ng911CadIfLib -Version x.x.x

Or, you can install it from the Visual Studio GUI.

  1. Right click on the project
  2. Select Manage NuGet Packages
  3. Search for Ng911CadIfLib
  4. Click on Install

Project Structure

ClassLibrary Directory

This directory contains the project files and source code files for the Ng911CadIfLib project.

docs Directory

The docs directory contains HTML and other generated files generated by DOCFX and used for the GitHub pages located at https://phrsite.github.io/Ng911CadIfLib.

Documentation Directory

This directory contains the DOCFX configuration files, documentation markdown source files and other files required to generate the on-line documentation web pages.

Documents/Requirements

Contains the software requirements specification for this project.

Testing Directory

The Testing directory contains three applications that can be used to test the Ng911CadIfLib class library.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0 235 9/8/2025
1.1.1 273 2/26/2025
1.1.0 210 2/20/2025
1.0.0 293 7/11/2023

Updated to use version 2.0.0 of the Ng911Lib NuGet package