• Stars
    star
    422
  • Rank 102,753 (Top 3 %)
  • Language
    Java
  • Created almost 12 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android Network Intents (ANI) is a library to send Android Intent objects to listening apps/devices via multicast (UDP).

Build Status

Android Network Intents

Android Network Intents (ANI) is a library to send Android Intent objects to listening apps/devices via multicast (UDP). This library has been written to utilize it for writing simple app or service discovery protocols but as it can be used to send and receive any Intents through the network without knowing the specific receivers there might be a lot of other use cases.

Download

Grab via Maven (jcenter):

<dependency>
  <groupId>com.androidzeitgeist.android-network-intents</groupId>
  <artifactId>android-network-intents</artifactId>
  <version>1.0.0</version>
</dependency>

or Gradle:

compile 'com.androidzeitgeist.android-network-intents:android-network-intents:1.0.0'

Usage

Samples

IntentChat: A simple chat application that allows devices in the same network to chat with each other without connecting to anything.

IntentChat Screenshot

Developed by

License

Copyright 2013 Sebastian Kaspari

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

recompose

recompose is a tool for converting Android layouts in XML to Kotlin code using Jetpack Compose.
Kotlin
672
star
2

Yaaic

Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
Java
327
star
3

SensorDashboard

A sensor dashboard for Android plotting all sensor data of your Android wearable.
Java
237
star
4

Python-Brainfuck

Just a small Brainfuck interpreter written in Python
Python
197
star
5

Instant-Mustache

Instant Mustache is a fun app that utilizes the face tracking feature of Android 4.x to add mustaches to all detected faces currently visible to the camera. Users are able to take funny pictures and share them with their friends on social networks or other apps.
Java
90
star
6

DashWatch

DashClock extensions for your Android wear device
Java
20
star
7

AndroidSDKSearchExtension-Firefox

A Firefox port of the Chrome extension that adds an 'ad' Awesome Bar command and view source links for the Android SDK.
JavaScript
19
star
8

iceant

Ice Ant is an Android browser that we code live on Twitch!
Kotlin
17
star
9

Ruby-Brainfuck

Just a small and hopefully fast Brainfuck interpreter written in Ruby
Ruby
13
star
10

AndEngine-ParticleSystem-Demos

Demo of the AndEngine particle system.
Java
10
star
11

Graylog-Android

Android client for Graylog (a rsyslog web interface) - This client is for Graylog 1 which is discontinued but it still may be a simple example for an Android client using a REST API.
Java
9
star
12

Android-Zeitgeist-Samples

Various sample code related to articles published on Android Zeitgeist.
Java
8
star
13

Just-Open-My-Browser

Just-Open-My-Browser is an Android app that pretends to implement custom tabs but actually just opens your favorite browser.
Java
6
star
14

MaterialFennecPrototype

Prototyping a Fennec version with a more "Material" look&feel
Java
5
star
15

scopeport-web-interface

The ScopePort Web Interface
Ruby
4
star
16

Spring-o-Bot

The Spring-o-Bot Framework is a Java Framework to control iRobot Create robots via the Open Interface.
Java
4
star
17

Graylog1-Backup

A rsyslog web interface based on Ruby On Rails - This is the old Graylog1. You probably want Graylog2 from graylog2.org.
Ruby
4
star
18

KeyCode

A simple Android application to show the KeyCode of the pressed keys.
Java
3
star
19

Featurizer

An Android library for extracting features (title, icon, image, ...) from a website / URL.
HTML
3
star
20

AdventOfCode2021

My solutions to the Advent of Code 2021 puzzles - in Kotlin. You can follow along on YouTube.
Kotlin
2
star
21

GGame

GGame is an IRC-Game where you have to get the most google search results
Java
2
star
22

Fennec-DLC-Catalog

Script for creating and updating the catalog of Fennec's downloadable content (DLC) in Kinto
Python
2
star
23

scopeport-server-backup

Backup of the ScopePort server
C++
2
star
24

WebCards

Cards. Cards everywhere.
Java
2
star
25

Addon-Switchboard-Experiments

Firefox for Android add-on to add a panel to your home screen listing switchboard experiments you are enrolled in.
JavaScript
2
star
26

BrowserPartner

A sample/test application with a PartnerBookmarksProvider and PartnerBrowserCustomizationsProvider implementation with test data.
Java
1
star
27

pocmo-configs

My config files for vim, bash, ..
Vim Script
1
star
28

CCMusic

Downloader for free and creative commons music (Using Ruby and MongoDB)
Ruby
1
star
29

fennec-graveyard

A backup of the mobile Firefox code (Fennec) before we started ripping it out of mozilla-central
Java
1
star
30

my-mozilla-patches

I do not updates this anymore - This is just a repository of my Mozilla patches for keeping track of them
1
star
31

Dummy-Android

A dummy Android project for testing third-party tooling and services
Kotlin
1
star
32

jekyll-github-playground

Playground for testing GitHub hosting and Jekyll
1
star
33

Rust-Brainfuck

A brainfuck interpreter written in Rust.
Rust
1
star