radius

Captive portal with TekRADIUS + DDWRT + Chillispot?

I need to set up my router (DD-WRT firmware installed on it) to redirect users to a web application that authenticates them. I still haven't understood very well the entire process. I've installed TekRADIUS and a PHP application called hotspotlogin.php but not sure how to integrate DD-WRT, TekRADIUS and the PHP application. I intend to r...

Get all Vector2 Points Within Radius

I am looking for a formula that will give me all of the Vector2 Points within a certain radius given the center. Essentially what I am trying to do is change the color of each pixel in a 256 x 256 texture that is within a certain radius from a specific pixel (Using the Unity3d Game Engine). Programming Language doesn't really matter, ...

Twitter's Radius Search

On my website I would like to include a radius search for user profiles, similar to what Twitter is doing on their advanced search with "Near this places" http://search.twitter.com/advanced I currently have a US zip code database with lat & lon data, but the site is now expanding globally. What's the best approach to adding local proxim...

PHP MySQL get locations in radius user's location from GPS

Hi, I have in my database car incidents for example. These incidents have a latitude and longitude. On a mobile using the GPS, I get the user's location with his coordinates. The user can select a radius that he wants to know if there are incidents around him. So let's say he want to know incidents 2 miles around him. So I send from th...

HTML5 - best way to render an elliptic arc

I'm using HTML 5 to render elliptic pie charts per section; using a path that starts from the centre, out to the edge, across it's arc and back to the centre which is then filled. If they were perfectly circular I could use the arc or arcTo path functions, but because they're elliptical the outer curves will always have a variable radiu...

Does RADIUS’s use of the MD5 algorithm make it not FIPS compliant for an application that allows RADIUS authentication?

The issue is if you enforce FIPS compliance in the Windows security policy settings, an exception will be thrown because RADIUS protocol uses the MD5 algorithm to hash the request authenticator. There is not an alternative MD5 algorithm that is FIPS compliant so it does not appear any code implementation of RADIUS would be possible on a ...

EAP-SIM with JRadius

Hi there, I am trying to implement a radius client which authenticates via EAP-SIM. The radius client is using the JRadius framework (a requirement of the guys I'm working with), however it seems that JRadius doesn't have an authenticator for EAP-SIM. Does anybody have any advice on how I might implement it myself (anybody with knowled...

GPS radius search with Php 5 and MySQL

I have a PlaceID | PlaceName | Lat | Lon as my database structure. Say I have my current latitude and longitude as $lat = "37.331862"; $lon = "-122.029937"; I want to find places that are in a 100 feet radius. Might allow the user to choose. ...

iPhone - How to make a circle path for a CAKeyframeAnimation?

I'm trying to make an key frame animation that lets a image view fly around a circle. I'm using CGPathAddCurveToPoint to make the key frame points. The problem is that the image view always uses the shortest (linear) route. I would like to have some kind of function that builds a circle path for a given radius. Thanks a lot for any hel...

How to add radius to jboss ldap authentication?

This is a long shot but I thought it was worth a try. We have designed a java servlet running on jboss and authenticating using ldap (edit: via JAAS). Now the customer wants to change to radius authentication for some of the users who uses one-time generated passwords. but still only have the two login fields; username and password. Si...

Android: looking for a drawArc() method with inner & outer radius

I have the following custom view: This I have achieved by using the Canvas' drawArc() method. However, with this drawArc() method I cannot limit the arc's inner radius. What I'd like to have is something like this: where there is only an outer ring left. What I need is an drawArc() function where I can set the inner radius of the...

python pyrad problem

Hi all, I setup some RADIUS backend to allow AD authentication via the 'admin' of django. Alltough i got a problem with some dictionaries, i really don't know what i'm doing wrong. This is the error i got: IOError at /admin/ Errno 2] No such file or directory: '/home/pl/dictionary.compat' I installed pyrad, so it should be there and i...