Skip to content

Modbus client and server command line tools based on libmodbus.

License

Notifications You must be signed in to change notification settings

HiFiPhile/modbus-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modbus-utils

Modbus client and server command line tools based on libmodbus.

NOTE: Both apps are linked with libmodbus library. After repository is pulled do the following:

compilation

option 1 (make)

git clone https://github.com/HiFiPhile/modbus-utils
cd modbus-utils

# build libmodbus
pushd ./libmodbus
./configure --enable-static
make
popd

make

usage

Run apps with no arguments, descriptive help information will be provided.

About

Modbus client and server command line tools based on libmodbus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.2%
  • Shell 40.3%
  • Makefile 10.0%
  • M4 0.5%