Skip to content

Commit cb4d891

Browse files
committed
initial commit
1 parent 25c52e4 commit cb4d891

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+8964
-0
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,26 @@
2727
*.i*86
2828
*.x86_64
2929
*.hex
30+
31+
proc_err-*
32+
proc_out-*
33+
34+
# build artifacts
35+
36+
Makefile.in
37+
Makefile
38+
*.log
39+
.deps
40+
*.m4
41+
autom4te.cache
42+
*.pid
43+
modbus/config.*
44+
stamp-h1
45+
compile
46+
47+
#binaries
48+
49+
worker
50+
broker
51+
modbusd
52+
modbus_fastcgi

modbus/AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Eugene Boltovsky
2+
3+
4+
part of ModBus project

modbus/COPYING

+675
Large diffs are not rendered by default.

modbus/ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

0 commit comments

Comments
 (0)