AnyShake Observer is an open-source, cross-platform software that can be used to monitor, archive, and export seismic data from AnyShake Explorer via serial port. It provides a user-friendly web-based interface to visualize and analyze the seismic data. For more professional users, it supports streaming via SeedLink protocol and exporting the data to SAC or MiniSEED format for further analysis.
This software is written in Go and TypeScript, which means it can easily port to a variety of OS and CPU architectures, even embedded Linux devices, AnyShake Observer also supports PostgreSQL, MariaDB (MySQL) and SQL Server as seismic data archiving engines.
Please visit anyshake.org/docs/introduction for quick start guide and more information.
- User-friendly web-based interface
- Mobile / Tablet friendly interface
- Query seismic waveform by time range
- Query seismic waveform by known event
- Link to share the seismic waveform
- Real-time seismic waveform display
- Swagger generated API documentation
- Support multiple database engines
- Support multiple languages, detected by browser
- Multiple seismic intensity standards, default to JMA
- Cross-platform, runs on Linux, Windows, macOS
- Ability to stream seismic data via SeedLink protocol
- Ability to export data to SAC or MiniSEED format
- AnyShake Explorer data checksum verification
- Auto reset AnyShake Explorer on error
- Flexible channel packet read length
- Variable serial port baud rate
AnyShake Observer is designed and developed by @bclswl0827, test work is done by @TenkyuChimata.
The success of AnyShake Observer is inseparable from the following core libraries:
- github.com/bclswl0827/mseedio: Pure Go library for reading and writing MiniSEED data.
- github.com/bclswl0827/sacio: Pure Go library for reading and writing SAC data.
- github.com/bclswl0827/slgo: Pure Go library used to build SeedLink server.