Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baruwa-enterprise/fprot
Golang fprot (F-protd daemon) client library
https://github.com/baruwa-enterprise/fprot
anti-virus antivirus f-prot fprot fprotd go golang
Last synced: 2 months ago
JSON representation
Golang fprot (F-protd daemon) client library
- Host: GitHub
- URL: https://github.com/baruwa-enterprise/fprot
- Owner: baruwa-enterprise
- License: mpl-2.0
- Created: 2018-07-28T14:48:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T07:41:22.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T23:28:55.871Z (6 months ago)
- Topics: anti-virus, antivirus, f-prot, fprot, fprotd, go, golang
- Language: Go
- Homepage: https://www.baruwa.com
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - fprot - protd daemon) client library (Repositories)
README
# fprot
Golang Fprot Client
[![Ci](https://github.com/baruwa-enterprise/fprot/workflows/Ci/badge.svg)](https://github.com/baruwa-enterprise/fprot/actions?query=workflow%3ACi)
[![codecov](https://codecov.io/gh/baruwa-enterprise/fprot/branch/master/graph/badge.svg)](https://codecov.io/gh/baruwa-enterprise/fprot)
[![Go Report Card](https://goreportcard.com/badge/github.com/baruwa-enterprise/fprot)](https://goreportcard.com/report/github.com/baruwa-enterprise/fprot)
[![Go Reference](https://pkg.go.dev/badge/github.com/baruwa-enterprise/fprot.svg)](https://pkg.go.dev/github.com/baruwa-enterprise/fprot)
[![MPLv2 License](https://img.shields.io/badge/license-MPLv2-blue.svg?style=flat-square)](https://www.mozilla.org/MPL/2.0/)## Description
fprot is a Golang library and cmdline tool that implements the
Fprot client protocol used by F-Prot.## Requirements
* Golang 1.10.x or higher
## Getting started
### Fprot client
The fprot client can be installed as follows
```console
$ go get github.com/baruwa-enterprise/fprot/cmd/fprotscan
```Or by cloning the repo and then running
```console
$ make build
$ ./bin/fprotscan
```### Fprot library
To install the library
```console
go get github.com/baruwa-enterprise/fprot
```You can then import it in your code
```golang
import "github.com/baruwa-enterprise/fprot"
```### Testing
``make test``
## License
MPL-2.0