├── .gitattributes ├── README.md ├── Raspberry Pi ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg ├── 8.jpg ├── 9.jpg ├── AkilliOtopark.py ├── FotodanAlgilama.py └── index.php ├── Web ├── .idea │ ├── Park.iml │ ├── modules.xml │ └── workspace.xml ├── img │ ├── 1.jpg │ ├── 8.jpg │ ├── car1.png │ ├── car2.png │ ├── car3.png │ ├── car4.png │ └── otoparkSekil.png ├── index.php ├── masaustu.php ├── mobil.php └── style.css └── akilliotopark.sql /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/README.md -------------------------------------------------------------------------------- /Raspberry Pi/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/1.jpg -------------------------------------------------------------------------------- /Raspberry Pi/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/2.jpg -------------------------------------------------------------------------------- /Raspberry Pi/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/3.jpg -------------------------------------------------------------------------------- /Raspberry Pi/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/4.jpg -------------------------------------------------------------------------------- /Raspberry Pi/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/5.jpg -------------------------------------------------------------------------------- /Raspberry Pi/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/6.jpg -------------------------------------------------------------------------------- /Raspberry Pi/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/7.jpg -------------------------------------------------------------------------------- /Raspberry Pi/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/8.jpg -------------------------------------------------------------------------------- /Raspberry Pi/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/9.jpg -------------------------------------------------------------------------------- /Raspberry Pi/AkilliOtopark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/AkilliOtopark.py -------------------------------------------------------------------------------- /Raspberry Pi/FotodanAlgilama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/FotodanAlgilama.py -------------------------------------------------------------------------------- /Raspberry Pi/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Raspberry Pi/index.php -------------------------------------------------------------------------------- /Web/.idea/Park.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/.idea/Park.iml -------------------------------------------------------------------------------- /Web/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/.idea/modules.xml -------------------------------------------------------------------------------- /Web/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/.idea/workspace.xml -------------------------------------------------------------------------------- /Web/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/1.jpg -------------------------------------------------------------------------------- /Web/img/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/8.jpg -------------------------------------------------------------------------------- /Web/img/car1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/car1.png -------------------------------------------------------------------------------- /Web/img/car2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/car2.png -------------------------------------------------------------------------------- /Web/img/car3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/car3.png -------------------------------------------------------------------------------- /Web/img/car4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/car4.png -------------------------------------------------------------------------------- /Web/img/otoparkSekil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/img/otoparkSekil.png -------------------------------------------------------------------------------- /Web/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/index.php -------------------------------------------------------------------------------- /Web/masaustu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/masaustu.php -------------------------------------------------------------------------------- /Web/mobil.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/mobil.php -------------------------------------------------------------------------------- /Web/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/Web/style.css -------------------------------------------------------------------------------- /akilliotopark.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kahramanumut/SmartParking/HEAD/akilliotopark.sql --------------------------------------------------------------------------------