Skip to content

iGNSS/Caster_Service1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caster_Project


Quick Start

Running Environment

  • Windows

    run /env/Redis-7.0.15-Windows-x64/start.bat

  • Linux

    run sudo apt install redis-server

Download Source Code

git clone https://github.com/KOROyo123/Caster_Project.git

Build With Cmake

mkdir build
cd build
cmake ..
make

Edit Configure

  • Edit [ Service_Setting.yml ]

vi build/app/Koro_Caster_Service/conf/Service_Setting.yml

  • Edit [ Auth_Verify.yml ]

vi build/app/Koro_Caster_Service/conf/Auth_Verify.yml

  • Edit [ Caster_Core.yml ]

vi build/app/Koro_Caster_Service/conf/Caster_Core.yml

Run

cd build/app/Koro_Caster_Service
./Koro_Caster_Service-x.x.x [-port xxxx -conf conf/] 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.2%
  • CMake 5.4%
  • C 3.4%