mirror of
https://github.com/intrepidcs/icsscand.git
synced 2026-09-22 17:18:21 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5d56bc740 | ||
|
|
9ba6f2cec5 |
@@ -1,3 +1,9 @@
|
|||||||
|
v2.1.0
|
||||||
|
Update copyright date
|
||||||
|
Update to libicsneo v0.3.0
|
||||||
|
Report transmits down to the kernel for echo
|
||||||
|
Allow filtering devices by serial number
|
||||||
|
|
||||||
v2.0.3
|
v2.0.3
|
||||||
Update copyright date
|
Update copyright date
|
||||||
Update to libicsneo v0.2.0
|
Update to libicsneo v0.2.0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2016-2021 Intrepid Control Systems, Inc.
|
Copyright (c) 2016-2022 Intrepid Control Systems, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Version 2.0.3
|
Version 2.1.0
|
||||||
|
|
||||||
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.
|
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -197,7 +197,7 @@ void header() {
|
|||||||
|
|
||||||
void usage(std::string executableName) {
|
void usage(std::string executableName) {
|
||||||
std::cerr << "The libicsneo SocketCAN Usermode Daemon\n";
|
std::cerr << "The libicsneo SocketCAN Usermode Daemon\n";
|
||||||
std::cerr << "Copyright 2019-2020 Intrepid Control Systems, Inc.\n\n";
|
std::cerr << "Copyright 2019-2022 Intrepid Control Systems, Inc.\n\n";
|
||||||
std::cerr << "Usage: " << executableName << " [option]\n\n";
|
std::cerr << "Usage: " << executableName << " [option]\n\n";
|
||||||
std::cerr << "Options:\n";
|
std::cerr << "Options:\n";
|
||||||
std::cerr << "\t-d, --daemon\t\tRun as a daemon in the background\n";
|
std::cerr << "\t-d, --daemon\t\tRun as a daemon in the background\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user