mirror of
				https://github.com/max-moser/network-manager-wireguard.git
				synced 2025-11-04 00:53:49 +03:00 
			
		
		
		
	Add README.md for project description
This commit is contained in:
		
							parent
							
								
									9a2801710b
								
							
						
					
					
						commit
						52787c1117
					
				
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,17 @@
 | 
			
		||||
# Network-Manager VPN Plugin for Wireguard
 | 
			
		||||
 | 
			
		||||
## Compilation
 | 
			
		||||
* `./autogen.sh`
 | 
			
		||||
* `make`
 | 
			
		||||
 | 
			
		||||
## Modifying the source (Visual Studio Code)
 | 
			
		||||
* Open the folder in Code
 | 
			
		||||
* Do the compilation steps as above
 | 
			
		||||
* `cat Makefile | ./includes2strings.py`
 | 
			
		||||
* take the output of the script and put it in the appropriate section of `.vscode/c_cpp_properties.json` (for me: appended to `includePath` of configuration `Linux`)
 | 
			
		||||
 | 
			
		||||
## Execution
 | 
			
		||||
The following section briefly describes how to start the stuff for testing purposes
 | 
			
		||||
 | 
			
		||||
* `./src/nm-openvpn-service --bus-name org.freedesktop.NetworkManager.wireguard` to start the plugin
 | 
			
		||||
* `examples/dbus/dbus.py` to send Disconnect() to the plugin
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user