Is there an service DHCP server for windows 10 iot? - windows-10-iot-core

I've an Raspberry PI 3 with Windows 10 IoT. I'd like to run an DHCP server.

Here is a sample of DHCP server(enter link description here). It can works fine on my device.

Related

Windows 10 IoT (ARM) - RNDIS/Ethernet Gadget

We have the following configuration :
a Linux box acting as a USB Slave (RNDIS/Ethernet Gadget)
a Windows 10 IoT (ARM) device acting as USB Host
When slave is connected to host, Windows IoT detect it but it appears as "USB Serial Device" and no new network adapter is available.
When slave is connected to a Windows 10 Pro, it works.
Host/Slave can successfully communicate via Ethernet.
So my questions are :
Does Windows IoT support RNDIS? (I was no able to find an official
answer on the web)
Do RNDIS driver exists for Windows IoT (ARM)?
Did someone already tried what we are trying to achieve?

Java Application send mail from laptop but not from windows Server

I have a simple servletapp which sends mail using the Googles smtp server i.e smtp.gmail.com.
I used the servlet code from from below link , as i am note a java devloper b have some knowledge of java:
http://www.studytonight.com/servlet/Sending-email-using-servlet.php
I have 2 tomcats , one is installed on my laptop and one is installed on a windows server on same network(both tomcat same version and using jdk and jre installed is of same version)
The issue is when I run the application from my local laptop, I get the mails in my inbox , but when run the application from the Winndows server , i do not get email in my inbox.
Ports are not blocked as I able to telnet on both port 587 and 465.
Also , I can send mail via command line using openssl from my laptop and the windows server.
IpV6 is disabled on both laptop and windows server as I read some where that is causes issue with javamail.
Regards,
R

Internet disconnects from server as soon as i connect freeradius server box to client computer

I m trying to setup a captive portal using freeradius, coovachilli on Ubuntu 14 server(32 bit)
After the complete installation, the internet works fine on ubuntu server box with both freeradius and coovachilli running.
But when I connect client pc to second Ethernet card , the internet gets disconnected from server box and ofcourse the client machine also do not get the internet. However the client machine gets the IP 10.1.0.3 from dhcp.
I've reinstall the OS and the complete captive portal setup 5 times but the same pblm..
Where am I going wrong?
Note
When I install the OS my ethernet cards gets name as em1 and pp251. But I run apt get remove boisdevname and then update-initramfs -u to get the device name as eth0 and eth1. However the inbuilt card gets the name eth1 and the pci Ethernet card as eth0. So I put my internet cable to the second card so as to make my eth0 as WAN.

AIR for Android SocketServer over WiFi

Developing a multiplayer game for Android and using the AIR SocketServer class to communicate between server and client AIR applications.
On Windows 8 I am using Virtual Router Plus to set up my PC laptop(where the server app is running) as a wifi hotspot.
I run ipconfig in cmd after my wifi is running to grab the ipv4 IP address under 'Wireless LAN adapter Local Area Connection'
This is the IP I bind to in the server app and connect to in the client app.
If I launch both server and client on the same machine, everything works fine.
When I install the client app on my Android device, I am unable to establish a socket connection. The WiFi is running properly on my Android device.
Is a policy file necessary on the server machine when creating socketserver connections over a local wifi network?
If so, shouldn't the client app be throwing a security error when it tries to connect?
I am lost as to what my troubleshooting steps should be. ANY tips or feedback appreciated!
This happend because, the AIR Socket communication works only in Desktop application.
Try this native extension, it works perfectly form me:
http://blog.aboutme.be/2011/12/14/udp-native-extension-for-air-mobile-now-with-android-support/

connect bluetooth shield with windows phone 8

i'm trying to listen for incomming bluetooth-connections from a bluetooth sheild to my WindowsPhone8 device. Is there any way to connect WindowsPhone8 with bluetooth sheild?
As long as the remote device supports Bluetooth Serial Port Protocol (BT-SPP) and supports pairing, you should be able to open a BT-SPP socket to it from WP8.
Here's a code sample of connecting to Sphero # http://www.developer.nokia.com/Community/Wiki/What%27s_new_in_Windows_Phone_8#Bluetooth:_Phone_to_device
And here's a code sample of connecting to Mindwave Mobile Headset # http://metroeeg.codeplex.com/wikipage?title=Standalone&referringTitle=Home