|
|
преди 4 години | |
|---|---|---|
| .. | ||
| README.md | преди 4 години | |
| bill_communication.c | преди 4 години | |
| billdb.c | преди 6 години | |
| billdb.h | преди 6 години | |
| buildit.sh | преди 6 години | |
| buildit_native.sh | преди 6 години | |
| buildit_viper.sh | преди 6 години | |
| send_billing_record.c | преди 6 години | |
billdbbilldb is responsible for accepted fares and passing them back to the
central server for storage into a remote database.
The main responsibilities include:
The standard use case will be for a system wide tunnel to be established
to a central server and for this program to connect "locally" through
a special port to communicate.
The address and port are currently set to 127.0.0.1 and 2455 respectively
but see busunit/common/common_config.h for details.