Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkazuo/rtd
GTFS-realtime protobuf binary decoder
https://github.com/kkazuo/rtd
Last synced: about 14 hours ago
JSON representation
GTFS-realtime protobuf binary decoder
- Host: GitHub
- URL: https://github.com/kkazuo/rtd
- Owner: kkazuo
- License: apache-2.0
- Created: 2023-10-30T13:27:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T07:38:08.000Z (about 1 year ago)
- Last Synced: 2023-11-13T08:37:17.981Z (about 1 year ago)
- Language: Java
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtd: GTFS-realtime protobuf binary decoder
Decode GTFS-realtime protobuf binary and print to stdout.
# Usage
```
Decode GTFS-realtime Feed Message:rtd [options] [files...]
Options:
-d Read from standard input.
-w Diff each files. (at least 2 files required.)
```# LICENSE
Copyright 2023 Koga Kazuo ([email protected])
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.