Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #88593

Re: Micro$oft Success Built On Sabotage And Bribery

From Jan Panteltje <alien@comet.invalid>
Newsgroups comp.os.linux.advocacy, comp.os.linux.misc
Subject Re: Micro$oft Success Built On Sabotage And Bribery
Date 2026-07-02 06:23 +0000
Organization A noiseless patient Spider
Message-ID <112505d$2ct6u$1@dont-email.me> (permalink)
References <18bde160c06384ae$14050$182442$802601b3@news.usenetexpress.com> <1120n7m$169pk$1@dont-email.me> <naj0i7FgbvmU1@mid.individual.net> <11229lt$1lag8$1@dont-email.me> <nal0u8Fqk4qU2@mid.individual.net>

Cross-posted to 2 groups.

Show all headers | View raw


>rbowman <bowmqan@montana.com>wrote:
>>On Wed, 01 Jul 2026 05:47:40 GMT, Jan Panteltje wrote:
>
>> Yes, I am receiving my outside weather sensor with a RTL_SDR USB stick
>> and the 'rtl_433' program, temperature and humidity.
>> It can receive other sensors in the area too if in range.
>
>What sensor are you using? rtl_443 supports many protocols. I've got a 
>RTL_SDR and have mostly used it for ADS-C.

A cheap Nexus temperature and humidity sensor that hangs outside,
als has an inside box with diplay 


Using:
 rtl_433 -p 40 -R19 | weather sensor_to_xgpspc;

The -p is the frequency correction for the RTL stick.

For plane traffic I use dump1090, from this script:

raspberrypi: # cat /usr/local/send_planes_to_xgpspc
#!/bin/bash
#echo "Usage: send_planes_to_xgpspc device_number"
#echo "default device_number is 0"

if [ "$1" == "" ]
 then
  let device_number=0
 else
  device_number="$1"
 fi

#echo "device_number=$device_number"

#dump1090 --metric --interactive | grep -v  -e ---- -e Flight | awk '// { printf "%s %s %sm %skm/h %sN %sE\n", $1, $2, $3, $4, $5, $6}' | tee planes13.log | netcat -u 192.168.178.73 1079

#dump1090 --metric --interactive | grep -v  -e ---- -e Flight | awk '// { printf "%s %s %sm %skm/h %s %s\n", $1, $2, $3, $4, $5, $6}' | tee /root/planes.log | netcat -u 192.168.178.73 1079

dump1090 --device-index $device_number --metric --interactive | \
grep -v  -e ---- -e Flight | \
awk '// { printf "%s %s %sm %skm/h %s %s\n", $1, $2, $3, $4, $5, $6}' | \
tee /dev/stderr | \
netcat -u 192.168.178.73 1079

=================================

This sends the planes info to Raspbery with IP address 192.168.178.73 that runs 'xgpspc' using netcat

netcat is cool for communication between ethernet connected stuff
Some have multitasking operating systems ..  I also use computers for several tasks. :-)
Easy with those cheap Raspberries.

For air pressure I use a chip that is mounted on a raspi 'hat' I build,
that hat also holds compass and attitude chips:
 https://panteltje.nl/panteltje/xgpspc/raspi_add_on_compass_accelerometer_pressure_GPS_interface_IMG_4949.JPG



  

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Micro$oft Success Built On Sabotage And Bribery Leroy H <lh@somewhere.net> - 2026-06-30 14:13 +0000
  Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-06-30 15:26 +0000
    Re: Micro$oft Success Built On Sabotage And Bribery Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-06-30 18:51 +0000
      Re: Micro$oft Success Built On Sabotage And Bribery chrisv <chrisv@nospam.invalid> - 2026-07-01 14:41 -0500
    Re: Microsoft Success Built On Sabotage And Bribery Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-06-30 21:52 +0000
      Re: Microsoft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-06-30 23:16 +0000
        Re: Microsoft Success Built On Sabotage And Bribery Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-07-01 00:03 +0000
          Re: Microsoft Success Built On Sabotage And Bribery Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-01 01:48 +0000
            Re: Microsoft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-07-01 04:54 +0000
              Re: Microsoft Success Built On Sabotage And Bribery c186282 <c186282@nnada.net> - 2026-07-01 04:23 -0400
                Re: Microsoft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-07-01 17:17 +0000
                Re: Microsoft Success Built On Sabotage And Bribery The Natural Philosopher <tnp@invalid.invalid> - 2026-07-01 20:22 +0100
              Re: Microsoft Success Built On Sabotage And Bribery "Carlos E. R." <robin_listas@es.invalid> - 2026-07-01 12:00 +0200
              Re: Microsoft Success Built On Sabotage And Bribery John Ames <commodorejohn@gmail.com> - 2026-07-01 07:53 -0700
            Re: Microsoft Success Built On Sabotage And Bribery Richard Kettlewell <invalid@invalid.invalid> - 2026-07-01 08:40 +0100
              Re: Microsoft Success Built On Sabotage And Bribery (WSL) "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-01 23:39 +0800
    Re: Micro$oft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-06-30 23:07 +0000
      Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-07-01 05:47 +0000
        Re: Micro$oft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-07-01 17:26 +0000
          Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-07-02 06:23 +0000
            Re: Micro$oft Success Built On Sabotage And Bribery c186282 <c186282@nnada.net> - 2026-07-03 03:02 -0400
              Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-07-03 08:41 +0000

csiph-web