Skip to content

Mousticke/modbus-unite-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple modbus in cpp

How to build the project

To execute the available script, please make build.sh executable chmod ugo+x build.sh

Then you have to set a repository for the commit and push in your git ./build.sh -init Enter the url of the repository and the name of the remote branch

Arguments

  • -make_commit : Execute the command make, do some clean up and commit
  • -make : Execute the command make, do some clean up
  • -commit : Do the commit
  • -push : Push your branch

Test of memory leak

Use the command valgrind

apt-get install valgrind

Run the main file using valgrind valgrind ./main

You can see the leak summary or the heap summary

About

Train control with modbus protocol over TCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published