This is a simple daemon that will respond to multicast UDP packets containing the keyword "nodeinfo" with all the information we currently distribute using alfred. The daemon will listen on all mesh interface, that is the hard interfaces batman-adv uses.
		
			
				
	
	
		
			7 lines
		
	
	
		
			85 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			85 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: gluon-announced
 | |
| 
 | |
| gluon-announced: gluon-announced.c
 | |
| 
 | |
| clean:
 | |
| 	rm gluon-announced
 |