Skip to content
Extraits de code Groupes Projets
Valider 8e145134 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Updated README

parent 4ceff61f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20)
# Project name # Project name
project(iot-firewall C) project(smart-home-firewall C)
# Set variable whether we are cross-compiling for OpenWrt # Set variable whether we are cross-compiling for OpenWrt
IF( CMAKE_CROSSCOMPILING AND DEFINED ENV{STAGING_DIR} ) IF( CMAKE_CROSSCOMPILING AND DEFINED ENV{STAGING_DIR} )
...@@ -16,7 +16,6 @@ link_directories($ENV{LD_LIBRARY_PATH}) ...@@ -16,7 +16,6 @@ link_directories($ENV{LD_LIBRARY_PATH})
set(CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR}) set(CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR})
set(INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include) set(INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
set(BIN_DIR ${PROJECT_SOURCE_DIR}/bin) set(BIN_DIR ${PROJECT_SOURCE_DIR}/bin)
set(LIB_DIR ${PROJECT_SOURCE_DIR}/lib)
set(EXECUTABLE_OUTPUT_PATH ${BIN_DIR}) set(EXECUTABLE_OUTPUT_PATH ${BIN_DIR})
# Set compiler flags # Set compiler flags
......
# smart-home-firewall # Supervising Smart Home Device Interactions: A Profile-Based Firewall Approach
Profile-based, multi-layer Smart Home firewall, based on NFTables & NFQueue, supporting device interactions.
Research accepted at [IFIP Networking 2024](https://networking.ifip.org/2024/). #### Author: François De Keersmaeker (@fdekeers)
Profile-based, multi-layer Smart Home firewall, based on NFTables & NFQueue, supporting device interactions.
Research accepted at [IFIP Networking 2024](https://networking.ifip.org/2024).
Read the author's preprint version [here](http://hdl.handle.net/2078.1/288456).
## Local compilation ## Local compilation
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter