|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| bill_communication.c | %!s(int64=4) %!d(string=hai) anos | |
| billdb.c | %!s(int64=6) %!d(string=hai) anos | |
| billdb.h | %!s(int64=6) %!d(string=hai) anos | |
| buildit.sh | %!s(int64=6) %!d(string=hai) anos | |
| buildit_native.sh | %!s(int64=6) %!d(string=hai) anos | |
| buildit_viper.sh | %!s(int64=6) %!d(string=hai) anos | |
| send_billing_record.c | %!s(int64=6) %!d(string=hai) anos | |
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.