Skip to content

Javascript library for number conversion between Javascript number and KNX float

License

Notifications You must be signed in to change notification settings

tobiaswegner/knxfloat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KNX float

This Typescript / Javascript library converts numbers from builtin number datatype into / from KNX conform two byte floating point representation.

Getting started

This library is provided as a npm package, so you can simply install it by executing

npm install knxfloat

or include it as a dependency in your package.json.

Prerequisites

This library does not have an runtime dependencies, however in order to run tests or transpile it from Typescript to Javascript, you have to install the development dependencies using

npm install

in the root folder of this repository.

Running the tests

Builtin automated tests can be run by executing

npm run test

Live demo

You can try out this library by using the online KNX float converter

Author

License

This software is licensed under the MIT license

About

Javascript library for number conversion between Javascript number and KNX float

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors