Git Product home page Git Product logo

apollo21's Introduction

Apollo21

Apollo 21 source code and documentation

Build

_iY If arch is x86 then

$ gcc control.c -z execstack -m32 -fno-stack-protector -o control -w
$ gcc vehicle.c -z execstack -m32 -w -fno-stack-protector -o vehicle -lpthread

else arch's x64

$ gcc control.c -z execstack -fno-stack-protector -o control -w
$ gcc vehicle.c -z execstack -w -fno-stack-protector -o vehicle -lpthread

Usage

This project build on socket control.c file is the server and vehicle.c's client. You should run it first control.c, after vehicle.c

$ ./control
Apollo 21 Komuta Merkezi Başlıyor!
$ ./vehicle
Araç Hazırlanıyor. Lütfen Bekleyiniz!
Komuta Merkezine Başarılı Bir Şekilde Bağlanıldı!

Commands

If you want to see the control commands please use YARDIM command.

Example

Apollo 21 ile İletişim Sağlandı!
Verebileceğiniz Komutları Görebilmek İçin YARDIM Anahtar Kelimesini Kullanınız!

YARDIM
YARDIM	Apollo 21 İçin Kullanılabilir Komutları Gösterir.
DURUM	Apollo 21'in Güncel Durumunu Gösterir.
KALKIS	Apollo 21'in Kalkış İşlemlerini Başlatır
HAREKET	Apollo 21'i Belirtilen Koordinatlara Yönlendirir
LOKAS	Apollo 21'in Güncel Koordinatlarını Bildirir.
KONTROL	Apollo 21'in Kontrolünü, Kontrol Merkezine Bırakır
ORNEK	Apollo 21'in Son Karşılaştığı 3 Farklı Yüzey Birimini Gösterir
  • DURUM This command, show Apollo 21 status (Fuel,Speed,Location)

  • KALKIS This command, air the Apollo 21.

  • HAREKET This command, move the Apollo 21 X,Y coordinate.

  • LOKAS This command, get the Apollo 21 X,Y coordinate.

  • KONTROL This command, permission to control the Apollo 21

  • ORNEK This command, collect the floor samples.

Problems And Solutions

Hata! Bind Başarısız!

This problem is caused by socket.

$ ps aux | grep control
xt0xid     3270  0.0  0.0   4336   656 pts/5    T    20:43   0:00 ./control
$ kill -9 3270
[1]+  Killed     ./control

apollo21's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.