Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 539 Bytes

Android-Green-Antivirus

客户端是安卓应用程序,提供用户交互、数据扫描和文件摘要上传;服务器端是Django服务,爬取、分析、管理海量文件信息。

Server - Django

It was built by Python Django framework and sqlite3 database, with antivirus engine based on ClamAV.

Client - Android App

It scans the local files on the cellphone and leaves analysis things on the cloud.

Prerequisites

  • jdk 1.6+
  • Android sdk 2.3+
  • Python 2.6/7
  • django
  • clamav 0.97
  • pyclamav